Passthrough cli arguments to abuild
This commit is contained in:
@@ -4,6 +4,8 @@ set -ex
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
package="$1"
|
||||
shift
|
||||
|
||||
builder_image="mullvad-slint-musl-builder"
|
||||
cargo_home="${CARGO_HOME:-$HOME/.cargo}"
|
||||
. "$HOME/.abuild/abuild.conf"
|
||||
@@ -22,5 +24,5 @@ docker run --rm \
|
||||
-e "CARGO_TARGET_DIR=/cargo-target" \
|
||||
-it \
|
||||
"$builder_image" \
|
||||
abuild -F
|
||||
abuild -F "$@"
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@ set -ex
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
package="$1"
|
||||
shift
|
||||
|
||||
builder_image="mullvad-slint-musl-builder"
|
||||
cargo_home="${CARGO_HOME:-$HOME/.cargo}"
|
||||
. "$HOME/.abuild/abuild.conf"
|
||||
@@ -22,5 +24,5 @@ podman run --rm \
|
||||
-e "CARGO_TARGET_DIR=/cargo-target" \
|
||||
-it \
|
||||
"$builder_image" \
|
||||
abuild -F
|
||||
abuild -F "$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user