Skip to content

Commit

Permalink
Disable Linux CI for now
Browse files Browse the repository at this point in the history
Linux workflows have been failing for a few days now and since upstream doesn't maintain Linux vcpkg as a supported build configuration, we'll just disable it for now
  • Loading branch information
fwcd authored Jan 14, 2025
1 parent 6ac88cc commit 8557ab2
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,30 +63,30 @@ jobs:
cmake_args: >-
-DDEBUG_ASSERTIONS_FATAL=ON
-DMACOS_BUNDLE=ON
- name: Linux (x86_64)
os: ubuntu-latest
suffix: ''
triplet: x64-linux-release
host_triplet: x64-linux-release
ccache_path: ~/.ccache
cpack_generator: TGZ
package_extension: tar.gz
# On Linux we build without battery support since this pulls in a
# dependency on GLib which is tricky to get right in a static linking scenario.
# See https://github.com/fwcd/m1xxx/pull/48#issuecomment-1807378063
cmake_args: >-
-DBATTERY=OFF
- name: Linux (x86_64, Debug Assertions)
os: ubuntu-latest
suffix: '-debugasserts'
triplet: x64-linux-release
host_triplet: x64-linux-release
ccache_path: ~/.ccache
cpack_generator: TGZ
package_extension: tar.gz
cmake_args: >-
-DDEBUG_ASSERTIONS_FATAL=ON
-DBATTERY=OFF
# - name: Linux (x86_64)
# os: ubuntu-latest
# suffix: ''
# triplet: x64-linux-release
# host_triplet: x64-linux-release
# ccache_path: ~/.ccache
# cpack_generator: TGZ
# package_extension: tar.gz
# # On Linux we build without battery support since this pulls in a
# # dependency on GLib which is tricky to get right in a static linking scenario.
# # See https://github.com/fwcd/m1xxx/pull/48#issuecomment-1807378063
# cmake_args: >-
# -DBATTERY=OFF
# - name: Linux (x86_64, Debug Assertions)
# os: ubuntu-latest
# suffix: '-debugasserts'
# triplet: x64-linux-release
# host_triplet: x64-linux-release
# ccache_path: ~/.ccache
# cpack_generator: TGZ
# package_extension: tar.gz
# cmake_args: >-
# -DDEBUG_ASSERTIONS_FATAL=ON
# -DBATTERY=OFF

name: '${{ matrix.name }}'
runs-on: '${{ matrix.os }}'
Expand Down

0 comments on commit 8557ab2

Please sign in to comment.