We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo generate-lockfile
1 parent 050b510 commit 2665cddCopy full SHA for 2665cdd
ci/run-docker.sh
@@ -11,6 +11,9 @@ if [ $# -lt 1 ]; then
11
fi
12
13
run() {
14
+ # Prevent `Read-only file system (os error 30)`.
15
+ cargo generate-lockfile
16
+
17
echo "Building docker container for TARGET=${1}"
18
docker build -t stdarch -f "ci/docker/${1}/Dockerfile" ci/
19
mkdir -p target c_programs rust_programs
0 commit comments