Skip to content

Commit 8340f24

Browse files
committed
Cleanup
1 parent 0629c62 commit 8340f24

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
container:
6767
image: registry.gitlab.com/finestructure/spi-base:1.2.0
6868
options: --privileged
69-
ports:
70-
- '8080:8080'
7169
steps:
7270
- name: GH Runner bug workaround
7371
run: sysctl -w vm.mmap_rnd_bits=28
@@ -80,9 +78,6 @@ jobs:
8078
# we can just copy the development template to ensure the db env variables are set.
8179
cp .env.development.template .env.development
8280
# FIXME: change to `-c release` after testing!!!
83-
# swift build -c release --static-swift-stdlib -Xlinker -ljemalloc
84-
# sleep 10
85-
# swift run -c release Run serve --port 8080 --host 0.0.0.0 &
8681
swift build -c debug --static-swift-stdlib -Xlinker -ljemalloc
8782
$(swift build --show-bin-path -c debug)/Run serve --port 8080 --hostname 0.0.0.0 &
8883
sleep 10

0 commit comments

Comments
 (0)