Skip to content

Commit

Permalink
fix: add workaround for arm64 v20
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 14, 2024
1 parent 7646986 commit d2fade5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.linuxcross
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ ENV AR_host=ar
ENV NM_host=nm
ENV RANLIB_host=ranlib
ENV READELF_host=readelf
# Fix issue with -mbranch-protection=standard
ENV TUNE_CCARGS:remove = -mbranch-protection=standard

RUN npm install -g yarn

Expand Down

0 comments on commit d2fade5

Please sign in to comment.