]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: comment out macos build for now
authorJason Ish <jason.ish@oisf.net>
Mon, 12 May 2025 15:18:02 +0000 (09:18 -0600)
committerJason Ish <jason.ish@oisf.net>
Mon, 12 May 2025 15:18:02 +0000 (09:18 -0600)
It fails, with no clear way to fix it until someone with a Mac can
help out.

.github/workflows/tests.yml

index 2d2de9f23ed25c515fb19b6ccfc03410544f3457..fafa23b7fa2576207d727c931c63835fd9826c42 100644 (file)
@@ -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