mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
Merge branch 'master' of https://github.com/redox-os/cookbook
This commit is contained in:
commit
ca8ba79ac2
4
cook.sh
4
cook.sh
@ -127,7 +127,7 @@ function op {
|
|||||||
fi
|
fi
|
||||||
if [ "$skip" -eq "0" ]
|
if [ "$skip" -eq "0" ]
|
||||||
then
|
then
|
||||||
cp -r "$ROOT/Xargo.toml" "$ROOT/.cargo" "$ROOT/libc-artifacts" .
|
cp -r "$ROOT/Xargo.toml" .
|
||||||
xargo build --target "$TARGET" --release $CARGOFLAGS
|
xargo build --target "$TARGET" --release $CARGOFLAGS
|
||||||
fi
|
fi
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
@ -141,7 +141,7 @@ function op {
|
|||||||
fi
|
fi
|
||||||
if [ "$skip" -eq "0" ]
|
if [ "$skip" -eq "0" ]
|
||||||
then
|
then
|
||||||
cp -r "$ROOT/Xargo.toml" "$ROOT/.cargo" "$ROOT/libc-artifacts" .
|
cp -r "$ROOT/Xargo.toml" .
|
||||||
xargo test --no-run --target "$TARGET" --release $CARGOFLAGS
|
xargo test --no-run --target "$TARGET" --release $CARGOFLAGS
|
||||||
fi
|
fi
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user