Skip to content

Commit

Permalink
add demangler to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Nov 15, 2023
1 parent e6c6b66 commit 904df6c
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 @@ -174,6 +174,10 @@ RUN cabal v2-build macaw-ppc macaw-loader-ppc
RUN cabal v2-build macaw-x86 macaw-loader-x86
RUN cabal v2-build macaw-aarch32 macaw-loader-aarch32

# demangler
COPY --from=gitbase /home/src/submodules/demangler /home/src/submodules/demangler
RUN cabal v2-build demangler

# This step is a catch-all that builds the rest of the project
# dependencies.
# Notably these submodules may be stale in the cache, but
Expand Down

0 comments on commit 904df6c

Please sign in to comment.