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

Commit

Permalink
build refactoring (#49)
Browse files Browse the repository at this point in the history
# What ❔

This PR is a follow up to
matter-labs/era-cuda#9
and
matter-labs/era-boojum-cuda#36

## Why ❔

All the dependencies need to be updated.

## Checklist

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Code has been formatted via `cargo fmt` and `cargo check`.

(cherry picked from commit 79910dc)
  • Loading branch information
robik75 committed Aug 6, 2024
1 parent b859439 commit 56394c8
Show file tree
Hide file tree
Showing 22 changed files with 190 additions and 364 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/basic_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
- name: setup rust
run: |
rustup set profile minimal
rustup toolchain install nightly-2024-05-07
rustup default nightly-2024-05-07
rustup toolchain install nightly-2024-08-01
rustup default nightly-2024-08-01
- name: build
run: |
cargo +nightly-2024-05-07 build --release
cargo +nightly-2024-08-01 build --release
- name: test
run: |
cargo +nightly-2024-05-07 test --release
cargo +nightly-2024-08-01 test --release
Loading

0 comments on commit 56394c8

Please sign in to comment.