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.
1 parent 33b4d27 commit 1757c51Copy full SHA for 1757c51
cross-build.sh
@@ -19,9 +19,10 @@ ${DOCKER} build -t rusty-engine:latest docker/
19
20
if [ "${last}" == "run" ]; then
21
${DOCKER} run --rm --user "$(id -u)":"$(id -g)" -v "$PWD":/usr/src/myapp -w /usr/src/myapp rusty-engine:latest cargo build --release
22
- ${DOCKER} run --rm --privileged \
23
- --volume "$(pwd)":/docking-bay \
24
- rusty-engine:latest \
25
- bash -e -o pipefail -c \
26
- "cd /docking-bay; cargo deb"
+ # skip this for now
+ #${DOCKER} run --rm --privileged \
+ # --volume "$(pwd)":/docking-bay \
+ # rusty-engine:latest \
+ # bash -e -o pipefail -c \
27
+ # "cd /docking-bay; cargo deb"
28
fi
0 commit comments