Skip to content

Commit 0c645ca

Browse files
committed
[Static SDK for Linux] Fix typo.
This now successfully builds and runs a Hello World program as part of the Static SDK build.
1 parent 527afde commit 0c645ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swift-ci/sdks/static-linux/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ case $(arch) in
3232
esac
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
3838
scripts/fetch-source.sh --clone-with-ssh --source-dir source

swift-ci/sdks/static-linux/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ header "Install SDK"
931931
swift sdk install "${products_dir}/${bundle}.tar.gz"
932932

933933
header "Build Hello World"
934-
quite_pushd "${build_dir}"
934+
quiet_pushd "${build_dir}"
935935
mkdir -p hello-world
936936
cd hello-world
937937
swift package init --type executable

0 commit comments

Comments
 (0)