Skip to content

Commit

Permalink
feat: pre-built callbacks bitcode module
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Apr 2, 2024
1 parent 373245c commit e6d2ac4
Show file tree
Hide file tree
Showing 22 changed files with 759 additions and 107 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,22 @@ concurrency:

jobs:
test:
name: test
name: test ${{ matrix.toolchain }}
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
toolchain: ["stable", "nightly"]
steps:
- uses: actions/checkout@v4
- uses: KyleMayes/install-llvm-action@v1
with:
version: ${{ env.LLVM_VERSION }}
- name: llvm-config
run: llvm-config --version --bindir --libdir
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down
Loading

0 comments on commit e6d2ac4

Please sign in to comment.