File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
swift-ci/sdks/static-linux Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ case $(arch) in
3232esac
3333
3434# Build the Docker image
35- $DOCKER build --build-arg OS_ARCH_SUFFIX=$OS_ARCH_SUFFIX -t static-swift-linux .
35+ $DOCKER build $DOCKER_EXTRA_ARGS --build-arg OS_ARCH_SUFFIX=$OS_ARCH_SUFFIX -t static-swift-linux .
3636
3737# Check-out the sources
3838scripts/fetch-source.sh --clone-with-ssh --source-dir source
Original file line number Diff line number Diff line change @@ -931,7 +931,7 @@ header "Install SDK"
931931swift sdk install " ${products_dir} /${bundle} .tar.gz"
932932
933933header " Build Hello World"
934- quite_pushd " ${build_dir} "
934+ quiet_pushd " ${build_dir} "
935935mkdir -p hello-world
936936cd hello-world
937937swift package init --type executable
You can’t perform that action at this time.
0 commit comments