Skip to content

Commit 2059029

Browse files
committed
just build the native packages in the repl job
1 parent 024f305 commit 2059029

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/tag-release.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ jobs:
222222
repl_build:
223223
name: Build REPL
224224
runs-on: ubuntu-latest
225-
needs: [build-linux-gnu-x64]
226225
permissions:
227226
deployments: write
228227
steps:
@@ -246,13 +245,8 @@ jobs:
246245
- name: Bump max inotify watches
247246
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p;
248247
- 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
256250
- run: yarn build
257251
- run: yarn build-native-wasm
258252
- run: yarn workspace @parcel/repl build

0 commit comments

Comments
 (0)