summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
-rwxr-xr-xprepare-release.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 83afe6a940..3a3139376c 100755
--- a/build.sh
+++ b/build.sh
@@ -242,7 +242,7 @@ function buildTargets() {
build "$t"
done
else
- source env.sh
+ source env.sh ""
build
fi
}
diff --git a/prepare-release.sh b/prepare-release.sh
index 77d093593a..9286d128a7 100755
--- a/prepare-release.sh
+++ b/prepare-release.sh
@@ -57,7 +57,7 @@ echo "Updating version in metadata files..."
./version-metadata.sh inject $PRODUCT_VERSION $VERSION_METADATA_ARGS
echo "Syncing Cargo.lock with new version numbers"
-source env.sh
+source env.sh ""
# If cargo exits with a non zero exit status and it's not a timeout (exit code 124) it's an error
set +e
timeout 5s cargo +stable build