Skip to content

Commit

Permalink
Delete traces of compare_compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 8, 2025
1 parent 87bd7cb commit 9a7008a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 34 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,3 @@ jobs:
- run: LLVM_CONFIG=llvm-config-13 ./doctest.sh
- run: make clean
- run: LLVM_CONFIG=llvm-config-14 ./doctest.sh

compare-compilers:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- run: sudo apt update
- run: sudo apt install -y llvm-{11,13,14}-dev clang-{11,13,14} make

- run: LLVM_CONFIG=llvm-config-11 ./compare_compilers.sh
- run: make clean
- run: LLVM_CONFIG=llvm-config-13 ./compare_compilers.sh
- run: make clean
- run: LLVM_CONFIG=llvm-config-14 ./compare_compilers.sh
8 changes: 0 additions & 8 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,3 @@ jobs:
- uses: actions/checkout@v3
- run: brew install bash diffutils llvm@14
- run: ./doctest.sh

compare-compilers:
runs-on: macos-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- run: brew install bash diffutils llvm@14
- run: ./compare_compilers.sh
3 changes: 1 addition & 2 deletions .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
./runtests.sh --verbose && \
./runtests.sh --verbose --jou-flags "--verbose" && \
gmake clean && \
./doctest.sh && \
./compare_compilers.sh
./doctest.sh
10 changes: 0 additions & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,3 @@ jobs:
shell: bash
- run: cd jou && ./runtests.sh --dont-run-make --verbose
shell: bash

compare-compilers:
runs-on: windows-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- run: source activate && ./windows_setup.sh --small
shell: bash
- run: source activate && ./compare_compilers.sh
shell: bash

0 comments on commit 9a7008a

Please sign in to comment.