all: disable packing macOS binaries for now

This commit is contained in:
Markus F.X.J. Oberhumer
2023-10-15 10:15:46 +02:00
parent d8be2ed276
commit 4870765e1b
5 changed files with 16 additions and 2 deletions
+2 -1
View File
@@ -202,7 +202,8 @@ jobs:
(cd build/extra/clang/release && DESTDIR=$PWD/Install-with-cmake cmake --install .)
(cd build/extra/clang/release && DESTDIR=$PWD/Install-with-make make install)
- name: 'Run basic tests'
if: ${{ !contains(matrix.os, 'macos-13') }} # FIXME: UPX on macos-13 is broken => disable self-test for now
# if: ${{ !contains(matrix.os, 'macos-13') }} # FIXME: UPX on macos-13 is broken => disable self-test for now
if: false
run: |
make -C build/extra/clang/debug test
make -C build/extra/clang/release test