Skip to content

Commit

Permalink
introduce newly necessary shared objects
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Dec 7, 2024
1 parent 5ffffae commit 9bb5cfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cloudbuild/library_generation/library_generation.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ COPY --from=glibc-compat /lib/libc.* /lib/
COPY --from=glibc-compat /usr/lib/libgcc* /usr/lib/
COPY --from=glibc-compat /usr/lib/libstdc* /usr/lib/
COPY --from=glibc-compat /usr/lib/libobstack* /usr/lib/
COPY --from=glibc-compat /lib/libm.so.6 /usr/lib/
COPY --from=glibc-compat /usr/lib/libucontext.so.1 /usr/lib/


# copy source code
COPY hermetic_build/common /src/common
Expand Down

0 comments on commit 9bb5cfe

Please sign in to comment.