Skip to content

Commit 1757c51

Browse files
committed
TEMP: Skip deb creation
1 parent 33b4d27 commit 1757c51

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

cross-build.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ ${DOCKER} build -t rusty-engine:latest docker/
1919

2020
if [ "${last}" == "run" ]; then
2121
${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"
22+
# skip this for now
23+
#${DOCKER} run --rm --privileged \
24+
# --volume "$(pwd)":/docking-bay \
25+
# rusty-engine:latest \
26+
# bash -e -o pipefail -c \
27+
# "cd /docking-bay; cargo deb"
2728
fi

0 commit comments

Comments
 (0)