forked from noir-lang/noir
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge flake.nix files and remove inner workspace (noir-lang#2826)
- Loading branch information
1 parent
b9bc60f
commit 3063cdd
Showing
22 changed files
with
310 additions
and
3,358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,12 +25,10 @@ jobs: | |
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" | ||
|
||
- name: Build acvm-js | ||
working-directory: acvm-repo | ||
run: | | ||
nix build .# | ||
nix build -L .#acvm_js | ||
- name: Dereference symlink | ||
working-directory: acvm-repo | ||
run: echo "UPLOAD_PATH=$(readlink -f result)" >> $GITHUB_ENV | ||
|
||
- name: Upload artifact | ||
|
@@ -96,25 +94,4 @@ jobs: | |
working-directory: ./acvm-repo/acvm_js | ||
run: | | ||
yarn | ||
yarn test:browser | ||
test-acvm_js-rust: | ||
name: Rust Tests | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout sources | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup toolchain | ||
uses: dtolnay/[email protected] | ||
with: | ||
targets: wasm32-unknown-unknown | ||
|
||
- uses: taiki-e/install-action@v2 | ||
with: | ||
tool: [email protected] | ||
|
||
- name: Run rust tests | ||
working-directory: acvm-repo | ||
run: cargo test | ||
yarn test:browser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
".": "0.13.0" | ||
} | ||
".": "0.13.0", | ||
"acvm-repo": "0.27.0" | ||
} |
Oops, something went wrong.