Skip to content

Commit

Permalink
Merge pull request #39 from ynqa/v0.x.0/jaq
Browse files Browse the repository at this point in the history
v0.3.0: Use jaq instead of j9
  • Loading branch information
ynqa authored May 27, 2024
2 parents 4a1e2f2 9d7eb78 commit cee2ca2
Show file tree
Hide file tree
Showing 6 changed files with 266 additions and 369 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 15,6 @@ jobs:
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install clang package
run: |
sudo apt-get update
sudo apt-get install -y \
build-essential \
autoconf \
libtool \
git \
wget \
software-properties-common
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-add-repository "deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-15 main"
sudo apt-get update
sudo apt-get install -y \
clang-15 \
lldb-15 \
lld-15
- name: Set default compiler to clang
run: |
echo "CC=clang-15" >> $GITHUB_ENV
echo "CXX=clang -15" >> $GITHUB_ENV
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
Loading

0 comments on commit cee2ca2

Please sign in to comment.