We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527afde commit 0c645caCopy full SHA for 0c645ca
swift-ci/sdks/static-linux/build
@@ -32,7 +32,7 @@ case $(arch) in
32
esac
33
34
# Build the Docker image
35
-$DOCKER build --build-arg OS_ARCH_SUFFIX=$OS_ARCH_SUFFIX -t static-swift-linux .
+$DOCKER build $DOCKER_EXTRA_ARGS --build-arg OS_ARCH_SUFFIX=$OS_ARCH_SUFFIX -t static-swift-linux .
36
37
# Check-out the sources
38
scripts/fetch-source.sh --clone-with-ssh --source-dir source
swift-ci/sdks/static-linux/scripts/build.sh
@@ -931,7 +931,7 @@ header "Install SDK"
931
swift sdk install "${products_dir}/${bundle}.tar.gz"
932
933
header "Build Hello World"
934
-quite_pushd "${build_dir}"
+quiet_pushd "${build_dir}"
935
mkdir -p hello-world
936
cd hello-world
937
swift package init --type executable
0 commit comments