File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments