Archived
1
0

Build from source on cross-compile step

The comment said the issue with argon2 was related to CentOS 7 but the
cross-compile steps never used CentOS 7 so maybe the real issue is with
the architecture.
This commit is contained in:
Asher 2023-09-26 09:56:45 -08:00
parent a1131fadf2
commit 7a213161f2
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -121,6 +121,7 @@ jobs:
LINK: ${{ format('{0}-g++', matrix.prefix) }} LINK: ${{ format('{0}-g++', matrix.prefix) }}
npm_config_arch: ${{ matrix.arch }} npm_config_arch: ${{ matrix.arch }}
NODE_VERSION: v18.15.0 NODE_VERSION: v18.15.0
npm_config_build_from_source: true
steps: steps:
- name: Checkout repo - name: Checkout repo