Skip to content

Commit

Permalink
Copy /build dir to help with symbolification
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Sep 25, 2023
1 parent 107deeb commit 5d560bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ RUN swift build -c release --static-swift-stdlib \
# Switch to the staging area
WORKDIR /staging

# temporary, to help with crash symbolification
RUN cp -Ra /build/.build ./
RUN cp -Ra /build/* ./

# Copy main executable to staging area
RUN cp "$(swift build --package-path /build -c release --show-bin-path)/Run" ./

Expand Down

0 comments on commit 5d560bd

Please sign in to comment.