Attempt nix blob CI
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- jonringer/nix-blob-ci
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
I don't think we can use -c like this to pass in a command.
It looks like it doesn't handling changing of directories properly.
Getting the following when I run this:
atul@atuls-MacBook-Pro comm % nix develop -c cd services/blob && mkdir build && cd build cmake .. && make -j Welcome to Comm dev environment! :) cd: too many arguments
.buildkite/blob_nix.yml | ||
---|---|---|
5 | Our macOS CI agents don't start fresh on every run. The second time this runs we'll encounter mkdir: build: File exists Can we try mkdir -p build or clean the folder (via rm -rf?) before we start? |