Commit 2059029 1 parent 024f305 commit 2059029 Copy full SHA for 2059029
File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,6 @@ jobs:
222
222
repl_build :
223
223
name : Build REPL
224
224
runs-on : ubuntu-latest
225
- needs : [build-linux-gnu-x64]
226
225
permissions :
227
226
deployments : write
228
227
steps :
@@ -246,13 +245,8 @@ jobs:
246
245
- name : Bump max inotify watches
247
246
run : echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p;
248
247
- run : yarn --frozen-lockfile
249
- - name : Download @parcel/rust Linux Binaries artifact
250
- uses : actions/download-artifact@v3
251
- with :
252
- name : bindings-linux-gnu-x64
253
- path : artifacts
254
- - name : Move artifacts
255
- run : cp artifacts/core/rust/*.node packages/core/rust/.
248
+ - name : Build native packages
249
+ run : yarn build-native-release
256
250
- run : yarn build
257
251
- run : yarn build-native-wasm
258
252
- run : yarn workspace @parcel/repl build
You can’t perform that action at this time.
0 commit comments