Skip to content

Commit

Permalink
Removing the extra checks, for now.
Browse files Browse the repository at this point in the history
Different versions of LLVM give different results?
  • Loading branch information
aurelf committed Apr 21, 2024
1 parent 9e4b5eb commit 1669ce3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
sudo apt-get install -y \
llvm-${{ matrix.llvm_version }}-dev \
libz3-dev
pip3 install lit
- name: Build SymCC with the QSYM backend
run: |
mkdir build
Expand All @@ -44,7 +43,7 @@ jobs:
-DQSYM_BACKEND=ON \
-DLLVM_DIR=/usr/lib/llvm-${{ matrix.llvm_version }}/cmake \
..
make check
make
# checking compatibility (compilation only) with more recent packages
llvm_compatibility_latest_llvm:
Expand All @@ -69,7 +68,6 @@ jobs:
sudo apt-get install -y \
llvm-${{ matrix.llvm_version }}-dev \
libz3-dev
pip3 install lit
- name: Build SymCC with the QSYM backend
run: |
mkdir build
Expand All @@ -80,4 +78,4 @@ jobs:
-DQSYM_BACKEND=ON \
-DLLVM_DIR=/usr/lib/llvm-${{ matrix.llvm_version }}/cmake \
..
make check
make

0 comments on commit 1669ce3

Please sign in to comment.