Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{"suite":"noir_base64","name":"oracle_test::test_oracle_standard_encoding"}
{"suite":"noir_base64","name":"oracle_test::test_oracle_url_safe_encoding"}
3 changes: 3 additions & 0 deletions .github/workflows/test-rust-workspace-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v5

- name: Delete android SDK
run: sudo rm -rf /usr/local/lib/android/sdk

- name: Setup toolchain
uses: dtolnay/rust-toolchain@1.85.0
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-rust-workspace-msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v5

- name: Delete android SDK
run: sudo rm -rf /usr/local/lib/android/sdk

- name: Setup toolchain
uses: dtolnay/rust-toolchain@1.85.0
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-rust-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v5

- name: Delete android SDK
run: sudo rm -rf /usr/local/lib/android/sdk

- name: Setup toolchain
uses: dtolnay/rust-toolchain@1.85.0
with:
Expand Down Expand Up @@ -96,7 +99,6 @@ jobs:
permissions:
contents: read


steps:
- name: Checkout
uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion EXTERNAL_NOIR_LIBRARIES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ libraries:
critical: true
noir_base64:
repo: noir-lang/noir_base64
timeout: 5
timeout: 15
critical: true
noir_string_search:
repo: noir-lang/noir_string_search
Expand Down
Loading