Skip to content

Commit

Permalink
Use GCC 10 on aarch64 CentOS 7 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix authored Aug 16, 2024
1 parent abfe8a8 commit be2ea75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions integration/linux/build/Dockerfile-linux.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ ENV RUST_VERSION %%PLACEHOLDER%%
ENV NODE_VERSION %%PLACEHOLDER%%
ENV YARN_VERSION %%PLACEHOLDER%%
ENV CMAKE_VERSION %%PLACEHOLDER%%
%%IF VARIANT=aarch64%%
ENV GCC_VERSION 10
%%ENDIF%%
%%IFNOT VARIANT=aarch64%%
ENV GCC_VERSION 11
%%ENDIF%%

# rpm on centos 7 iterates over all fds up to the limit, which is
# extremely slow. Force it to be small with ulimit.
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/linux-aarch64/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be2ea75

Please sign in to comment.