Skip to content

Commit

Permalink
Linux build: need to unlink R when installing processx
Browse files Browse the repository at this point in the history
Because after all package installations it is already too
late, by then callr has embedded client.so.

[ci skip]
  • Loading branch information
gaborcsardi committed May 27, 2024
1 parent d791187 commit cc9ddb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apk add linux-headers bash gcc musl-dev g++ pkgconf patchelf \
# Build binary package ----------------------------------------------------

COPY pak_*.tar.gz /root/
RUN R CMD INSTALL pak_*.tar.gz
RUN PROCESSX_UNLINK_R=true R CMD INSTALL pak_*.tar.gz

# Minimize library --------------------------------------------------------

Expand Down

0 comments on commit cc9ddb7

Please sign in to comment.