We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99672b2 commit 0b7f72fCopy full SHA for 0b7f72f
.github/workflows/pull_request.yml
@@ -37,10 +37,12 @@ jobs:
37
swift package --allow-network-connections all \
38
build-container-image \
39
--repository localhost:5000/hummingbird \
40
- --from swift:slim
+ --from swift:slim \
41
+ --static-swift-stdlib
42
43
- name: Run the example
44
run: |
45
+ uname -a
46
docker run -p 8080:8080 localhost:5000/hummingbird
47
48
- name: Check that the service is running
0 commit comments