Skip to content

Commit

Permalink
Remove engine from GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Oct 23, 2024
1 parent babf086 commit d91d631
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:
- name: Make core
run: make core

- name: Upload core binary to artifacts
uses: actions/upload-artifact@v4
with:
name: engine
path: target/wasm32-wasip1/release/javy_core.wasm

- name: Upload quickjs_provider to artifacts
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -130,11 +124,6 @@ jobs:
run: sudo apt-get update && sudo apt-get --assume-yes install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
if: matrix.target == 'aarch64-unknown-linux-gnu'

- uses: actions/download-artifact@v4
with:
name: engine
path: target/wasm32-wasip1/release/

- uses: actions/download-artifact@v4
with:
name: provider
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ jobs:
- name: Lint Runner
run: cargo clippy --package=javy-runner -- -D warnings

- name: Upload core binary to artifacts
uses: actions/upload-artifact@v4
with:
name: engine
path: target/wasm32-wasip1/release/javy_core.wasm

- name: Upload quickjs_provider to artifacts
uses: actions/upload-artifact@v4
with:
Expand All @@ -77,11 +71,6 @@ jobs:
with:
os: linux

- uses: actions/download-artifact@v4
with:
name: engine
path: target/wasm32-wasip1/release/

- uses: actions/download-artifact@v4
with:
name: provider
Expand Down

0 comments on commit d91d631

Please sign in to comment.