feat: Adds swift backtrace build arg, defaults to disabling which currently prints a bunch of memory warnings.
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 13m54s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 13m54s
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
ARG SWIFT_VERSION="swift:latest"
|
||||
ARG SWIFT_BACKTRACE="enable=no"
|
||||
|
||||
FROM docker.io/${SWIFT_VERSION} AS build
|
||||
|
||||
@@ -36,6 +37,8 @@ PATH="/root/bin:/root/.local/share/bob/nvim-bin:$PATH"
|
||||
alias n='nvim'
|
||||
EOF
|
||||
|
||||
ENV SWIFT_BACKTRACE=${SWIFT_BACKTRACE}
|
||||
|
||||
WORKDIR /root/dev
|
||||
|
||||
VOLUME /root/dev
|
||||
|
||||
Reference in New Issue
Block a user