From: Jason Ish Date: Mon, 12 May 2025 15:18:02 +0000 (-0600) Subject: github-ci: comment out macos build for now X-Git-Tag: 1.3.5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=024fad8604527c7c36b7d9a94252d5bc8eb6d427;p=thirdparty%2Fsuricata-update.git github-ci: comment out macos build for now It fails, with no clear way to fix it until someone with a Mac can help out. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d2de9f..fafa23b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -222,22 +222,22 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - macos-latest: - name: MacOS Latest - runs-on: macos-latest - steps: - - run: brew install python - - run: brew install pytest - - uses: actions/checkout@v1 - - name: Create Python virtual environment - run: python3 -m venv ./testenv - - name: Install PyYAML - run: | - . ./testenv/bin/activate - pip install pyyaml - - run: | - . ./testenv/bin/activate - PYTHONPATH=. pytest - - run: | - . ./testenv/bin/activate - PYTHONPATH=. python3 ./tests/integration_tests.py + # macos-latest: + # name: MacOS Latest + # runs-on: macos-latest + # steps: + # - run: brew install python + # - run: brew install pytest + # - uses: actions/checkout@v1 + # - name: Create Python virtual environment + # run: python3 -m venv ./testenv + # - name: Install PyYAML + # run: | + # . ./testenv/bin/activate + # pip install pyyaml + # - run: | + # . ./testenv/bin/activate + # PYTHONPATH=. pytest + # - run: | + # . ./testenv/bin/activate + # PYTHONPATH=. python3 ./tests/integration_tests.py