From a4b7cb81ae3f4be58cb900f73be0ab549a480f67 Mon Sep 17 00:00:00 2001 From: Akuli Date: Wed, 8 Jan 2025 22:41:06 +0200 Subject: [PATCH] TEMPORARY DEBUG --- .github/workflows/macos.yml | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ba08e897..c367e1c3 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -5,42 +5,9 @@ on: pull_request: jobs: - test: - runs-on: macos-latest - timeout-minutes: 5 - strategy: - matrix: - # Testing all levels because there was a bug that only happened with -O1. (#224) - opt-level: ['-O0', '-O1', '-O2', '-O3'] - steps: - - uses: actions/checkout@v3 - - run: brew install bash diffutils llvm@14 - - - run: make - - run: ./runtests.sh --verbose --jou-flags "${{ matrix.opt-level }}" - - run: ./runtests.sh --verbose --jou-flags "${{ matrix.opt-level }} --verbose" - - run: make clean - - - name: Check that "make clean" deleted all files not committed to Git - shell: bash - run: | - if [ "$(git status --porcelain --ignored)" != "" ]; then - git status --ignored - exit 1 - fi - doctest: runs-on: macos-latest timeout-minutes: 5 steps: - - 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 + - run: | + env | grep ARCH