Skip to content

Commit be8d0ce

Browse files
committed
Comment out GCC while a few things get sorted out upstream
1 parent c09e75e commit be8d0ce

1 file changed

Lines changed: 25 additions & 27 deletions

File tree

.github/workflows/freebsd-vm-matrix.yml

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -46,31 +46,29 @@ jobs:
4646
anyvm_cache: /__w/freebsd-src/anyvm_cache
4747
project_root: /__w/freebsd-src/
4848

49-
cheribsd-gcc-matrix:
50-
strategy:
51-
fail-fast: false
52-
matrix:
49+
# cheribsd-gcc-matrix:
50+
# strategy:
51+
# fail-fast: false
52+
# matrix:
5353
# arch: [amd64, arm64]
54-
arch: [arm64]
55-
# toolchain: [gcc12, gcc13, gcc14]
56-
toolchain: [gcc15]
57-
include:
58-
- extra_make_flags: -s
59-
- arch: arm64
60-
target_arch: aarch64
61-
- arch: amd64
62-
target_arch: amd64
63-
uses: ./.github/workflows/freebsd-vm-build.yml
64-
with:
65-
arch: ${{ matrix.arch }}
66-
toolchain: ${{ matrix.toolchain }}
67-
extra_make_flags: ${{ matrix.extra_make_flags }}
68-
target_arch: ${{ matrix.target_arch }}
69-
# Ensure version is of the form x.y. just 'x' won't work
70-
freebsd_version: "15.0"
71-
anyvm_builder_version: 2.0.8
72-
cpus: 8
73-
mem: 8192
74-
anyvm_data: /__w/freebsd-src/anyvm_data
75-
anyvm_cache: /__w/freebsd-src/anyvm_cache
76-
project_root: /__w/freebsd-src/
54+
# toolchain: [gcc15]
55+
# include:
56+
# - extra_make_flags: -s
57+
# - arch: arm64
58+
# target_arch: aarch64
59+
# - arch: amd64
60+
# target_arch: amd64
61+
# uses: ./.github/workflows/freebsd-vm-build.yml
62+
# with:
63+
# arch: ${{ matrix.arch }}
64+
# toolchain: ${{ matrix.toolchain }}
65+
# extra_make_flags: ${{ matrix.extra_make_flags }}
66+
# target_arch: ${{ matrix.target_arch }}
67+
# # Ensure version is of the form x.y. just 'x' won't work
68+
# freebsd_version: "15.0"
69+
# anyvm_builder_version: 2.0.8
70+
# cpus: 4
71+
# mem: 8192
72+
# anyvm_data: /__w/freebsd-src/anyvm_data
73+
# anyvm_cache: /__w/freebsd-src/anyvm_cache
74+
# project_root: /__w/freebsd-src/

0 commit comments

Comments
 (0)