File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 10
10
pull_request : null
11
11
12
12
env :
13
- DEBUG : " napi:*"
13
+ DEBUG : napi:*
14
+ APP_NAME : rspack-resolver
15
+ OXC_LOG : ' debug'
16
+ MACOSX_DEPLOYMENT_TARGET : ' 10.13'
17
+ CC : clang
14
18
15
19
concurrency :
16
20
group : ${{ github.workflow }}-${{ github.ref }}
84
88
setup : |
85
89
sudo apt-get update
86
90
sudo apt-get install gcc-riscv64-linux-gnu -y
91
+ export CFLAGS="-fuse-ld=lld"
87
92
echo "CXX=riscv64-linux-gnu-gcc" >> $GITHUB_ENV
88
93
build : pnpm build --use-napi-cross
89
94
- os : ubuntu-latest
94
99
setup : |
95
100
sudo apt-get update
96
101
sudo apt-get install gcc-s390x-linux-gnu -y
102
+ export CFLAGS="-fuse-ld=lld"
97
103
echo "CXX=s390x-linux-gnu-gcc" >> $GITHUB_ENV
98
104
build : pnpm build
99
105
- os : macos-latest
@@ -138,8 +144,6 @@ jobs:
138
144
- name : Build
139
145
run : ${{ matrix.build }} --target ${{ matrix.target }}
140
146
shell : bash
141
- env :
142
- CC : ${{ matrix.target != 'riscv64gc-unknown-linux-gnu' && matrix.target != 's390x-unknown-linux-gnu' && 'clang' || '' }}
143
147
144
148
- name : Upload artifacts
145
149
uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
You can’t perform that action at this time.
0 commit comments