File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
runs-on : ubuntu-20.04
58
58
env :
59
59
NODE_PRE_GYP_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60
+ PACKAGE_TARGET_ARCH : ${{ matrix.package_target_arch }}
61
+ PACKAGE_TARGET_PLATFORM : ${{ matrix.package_target_platform }}
62
+ PACKAGE_TARGET_LIBC : ${{ matrix.package_target_libc }}
60
63
timeout-minutes : 60
61
64
name : Build native Linux ${{ matrix.node-version }} ${{ matrix.target }}
62
65
strategy :
@@ -110,9 +113,6 @@ jobs:
110
113
- name : Build native
111
114
env :
112
115
CARGO_BUILD_TARGET : ${{ matrix.target }}
113
- PACKAGE_TARGET_ARCH : ${{ matrix.package_target_arch }}
114
- PACKAGE_TARGET_PLATFORM : ${{ matrix.package_target_platform }}
115
- PACKAGE_TARGET_LIBC : ${{ matrix.package_target_libc }}
116
116
run : cd packages/cubejs-backend-native && npm run native:build-release
117
117
- name : Upload artifact
118
118
uses : nick-invision/retry@v2
You can’t perform that action at this time.
0 commit comments