Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
chore: remove bundling of stdlib crate (#10)
Browse files Browse the repository at this point in the history
unnecessary after noir-lang/noir#973
  • Loading branch information
TomAFrench authored Mar 10, 2023
1 parent f725b74 commit ccdbecd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-apple-darwin-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
run: |
mkdir dist
cp ./target/${{ matrix.target }}/release/nargo ./dist/nargo
mkdir -p ./dist/noir-lang/std
cp -r noir_stdlib/* ./dist/noir-lang/std/
7z a -ttar -so -an ./dist/* | 7z a -si ./nargo-${{ matrix.target }}.tar.gz
- name: Upload artifact
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
run: |
mkdir dist
cp ./target/${{ matrix.target }}/release/nargo ./dist/nargo
mkdir -p ./dist/noir-lang/std
cp -r noir_stdlib/* ./dist/noir-lang/std/
7z a -ttar -so -an ./dist/* | 7z a -si ./nargo-${{ matrix.target }}.tar.gz
- name: Upload artifact
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-x86_64-pc-windows-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
ls target
ls target/release
cp ./target/${{ matrix.target }}/release/nargo.exe ./dist/nargo.exe
mkdir -p ./dist/noir-lang/std
cp -R noir_stdlib/* ./dist/noir-lang/std/
7z a -tzip nargo-${{ matrix.target }}.zip ./dist/*
- name: Upload artifact
Expand Down

0 comments on commit ccdbecd

Please sign in to comment.