Skip to content

Commit

Permalink
try making inkwell optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Jan 9, 2025
1 parent 6b4e606 commit f7b5bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
flags: rust
token: ${{ secrets.CODECOV_TOKEN }}

tests-stable-llvm:
tests-check-llvm:
needs: changes
if: ${{ ( needs.changes.outputs.llvm == 'true' && github.event_name != 'push' )}}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion hugr-llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ llvm14-0 = ["inkwell/llvm14-0"]


[dependencies]
inkwell = { version = "0.5.0", default-features = false }
inkwell = { version = "0.5.0", default-features = false, optional = true}
hugr-core = { path = "../hugr-core", version = "0.14.1" }
anyhow = "1.0.83"
itertools.workspace = true
Expand Down

0 comments on commit f7b5bc6

Please sign in to comment.