Skip to content

Commit

Permalink
Merge branch 'main' into chore-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Apr 30, 2024
2 parents 8036780 + 2fff65d commit b6ac362
Show file tree
Hide file tree
Showing 114 changed files with 5,637 additions and 3,795 deletions.
32 changes: 20 additions & 12 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,17 @@ jobs:
- name: 📥 Checkout snarkOS
uses: actions/checkout@v4
with:
repository: AleoNet/snarkOS
repository: AleoHQ/snarkOS
fetch-depth: 0
ref: dde9e176123130355a4686cf8241f111e04094b3 # latest canarynet
path: snarkos

- name: 📥 Checkout snarkVM
uses: actions/checkout@v4
with:
repository: AleoNet/snarkVM
repository: AleoHQ/snarkVM
fetch-depth: 0
ref: da3d78a5726ce5b07581203a9aaff3fe39fc3057 # latest canarynet
path: snarkvm

- name: ☁️ Install Nightly
Expand All @@ -91,13 +95,17 @@ jobs:
- name: 📥 Checkout snarkOS
uses: actions/checkout@v4
with:
repository: AleoNet/snarkOS
repository: AleoHQ/snarkOS
fetch-depth: 0
ref: dde9e176123130355a4686cf8241f111e04094b3 # latest canarynet
path: snarkos

- name: 📥 Checkout snarkVM
uses: actions/checkout@v4
with:
repository: AleoNet/snarkVM
repository: AleoHQ/snarkVM
fetch-depth: 0
ref: da3d78a5726ce5b07581203a9aaff3fe39fc3057 # latest canarynet
path: snarkvm

- name: 🥬 Use Mold Linker
Expand All @@ -119,21 +127,21 @@ jobs:
- name: ☁️ Install Nextest
uses: taiki-e/install-action@nextest

- name: ☁️ Install cargo-machete
run: cargo install cargo-machete
# - name: ☁️ Install cargo-machete
# run: cargo install cargo-machete

# - name: 📋 Clippy Check
# working-directory: ./snarkos-test
# env:
# RUSTFLAGS: -Zcodegen-backend=cranelift
# run: cargo +nightly-2024-04-01 clippy --all --all-targets -- -D warnings

- name: 📋 Check Unused Deps
if: always()
working-directory: ./snarkos-test
env:
RUSTFLAGS: -Zcodegen-backend=cranelift
run: cargo machete
# - name: 📋 Check Unused Deps
# if: always()
# working-directory: ./snarkos-test
# env:
# RUSTFLAGS: -Zcodegen-backend=cranelift
# run: cargo machete

- name: 🧪 Test
if: always()
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
/snops-control-data
/snops-data
/metrics-data
/specs/local-*.yaml
.vscode/settings.json
6 changes: 0 additions & 6 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit b6ac362

Please sign in to comment.