mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 12:51:51 +03:00
Merge pull request #6393 from urbit/i/6392/fix-ci-dash-c
ci: use `-c` in `bootFakeShip`
This commit is contained in:
commit
596fea8c2a
@ -17,7 +17,7 @@ in stdenvNoCC.mkDerivation {
|
||||
buildPhase = ''
|
||||
set -xeuo pipefail
|
||||
|
||||
${arvo}/vere.jam ${lib.concatStringsSep " " args} ./pier
|
||||
${arvo}/vere.jam ${lib.concatStringsSep " " args} -c ./pier
|
||||
|
||||
cleanup () {
|
||||
if [ -f ./pier/.vere.lock ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user