Skip to content

Commit

Permalink
Merge branch 'main' into profiler-timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Jan 2, 2025
2 parents 80124d0 + 687fbb3 commit 213de58
Showing 27 changed files with 351 additions and 339 deletions.
34 changes: 29 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust stable
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build calyx dev
run: cargo build
@@ -107,16 +107,20 @@ jobs:
git checkout -f $GITHUB_SHA
git clean -fd
- name: Checkout toolchain configuration
uses: actions/checkout@v4
with:
sparse-checkout: |
rust-toolchain.toml
sparse-checkout-cone-mode: false
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --all --all-features --manifest-path /home/calyx/cider/Cargo.toml

- name: Set location of cider binary
run: |
fud c stages.interpreter.exec /home/calyx/target/debug/cider
- name: Runt tests
working-directory: /home/calyx/cider/tests
run: |
@@ -159,6 +163,16 @@ jobs:
git checkout -f $GITHUB_SHA
git clean -fd
- name: Checkout toolchain configuration
uses: actions/checkout@v4
with:
sparse-checkout: |
rust-toolchain.toml
sparse-checkout-cone-mode: false

- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install calyx-py, MrXL, and queues
working-directory: /home/calyx
run: |
@@ -226,6 +240,16 @@ jobs:
git checkout -f $GITHUB_SHA
git clean -fd
- name: Checkout toolchain configuration
uses: actions/checkout@v4
with:
sparse-checkout: |
rust-toolchain.toml
sparse-checkout-cone-mode: false

- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Build
uses: actions-rs/cargo@v1
with:
Loading

0 comments on commit 213de58

Please sign in to comment.