Skip to content

Commit

Permalink
Temporarily simplify container wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Sep 3, 2024
1 parent 7e317b6 commit dbde00d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions building/container-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,4 @@ fi
set -x
exec "$CONTAINER_RUNNER" run --rm -it \
-v "$REPO_DIR:$REPO_MOUNT_TARGET:Z" \
-v "$CARGO_TARGET_VOLUME_NAME:/cargo-target:Z" \
-v "$CARGO_REGISTRY_VOLUME_NAME:/root/.cargo/registry:Z" \
"${optional_gradle_cache_volume[@]}" \
"${optional_android_credentials_volume[@]}" \
"$container_image_name" bash -c "$optional_mold $*"

0 comments on commit dbde00d

Please sign in to comment.