mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Preserve timestamps on Xargo.toml
This commit is contained in:
parent
84aecb23b6
commit
8456bb9a39
4
cook.sh
4
cook.sh
@ -299,7 +299,7 @@ function op {
|
||||
|
||||
if [ "$skip" -eq "0" ]
|
||||
then
|
||||
cp -r "$ROOT/Xargo.toml" .
|
||||
cp -p "$ROOT/Xargo.toml" "Xargo.toml"
|
||||
xargo build --target "$TARGET" $release_flag $CARGOFLAGS
|
||||
fi
|
||||
popd > /dev/null
|
||||
@ -320,7 +320,7 @@ function op {
|
||||
|
||||
if [ "$skip" -eq "0" ]
|
||||
then
|
||||
cp -r "$ROOT/Xargo.toml" .
|
||||
cp -p "$ROOT/Xargo.toml" "Xargo.toml"
|
||||
xargo test --no-run --target "$TARGET" $release_flag $CARGOFLAGS
|
||||
fi
|
||||
popd > /dev/null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user