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 718f496 commit 486f4bfCopy full SHA for 486f4bf
.github/workflows/ci.yml
@@ -60,6 +60,21 @@ jobs:
60
DATABASE_HOST: postgres
61
DATABASE_PORT: '5432'
62
63
+ release-build-linux:
64
+ name: Release build
65
+ runs-on: ubuntu-latest
66
+ container:
67
+ image: registry.gitlab.com/finestructure/spi-base:1.1.0
68
+ options: --privileged
69
+ steps:
70
+ - name: GH Runner bug workaround
71
+ run: sysctl -w vm.mmap_rnd_bits=28
72
+ - name: Checkout code
73
+ uses: actions/checkout@v4
74
+ with: { 'fetch-depth': 0 }
75
+ - name: Build release
76
+ run: swift build -c release --static-swift-stdlib -Xlinker -ljemalloc
77
+
78
# test-macos:
79
# name: Test macOS
80
# runs-on: macOS-latest
0 commit comments