File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/grpc-native-core/tools/run_tests/artifacts Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ node_versions=( 4.0.0 5.0.0 6.0.0 7.0.0 8.0.0 9.0.0 )
31
31
for version in ${node_versions[@]}
32
32
do
33
33
# Cross compile for ARM on x64
34
+ # Requires debian or ubuntu packages "g++-aarch64-linux-gnu" and "g++-arm-linux-gnueabihf".
34
35
CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++ LD=arm-linux-gnueabihf-g++ ./node_modules/.bin/node-pre-gyp configure rebuild package testpackage --target=$version --target_arch=arm
36
+ CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ LD=aarch64-linux-gnu-g++ ./node_modules/.bin/node-pre-gyp configure rebuild package testpackage --target=$version --target_arch=arm64
35
37
cp -r build/stage/* " ${ARTIFACTS_OUT} " /
36
38
done
You can’t perform that action at this time.
0 commit comments