Skip to content

Commit cdcc63f

Browse files
committed
Disable the Debian 11 build, as it doesn't work. Try WSL1 again.
1 parent 7096e9f commit cdcc63f

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/ccpp.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@ jobs:
2424
- name: make
2525
run: CXXFLAGS="-Wp,-D_GLIBCXX_ASSERTIONS" make -j`nproc` -C fluxengine
2626

27-
build-linux-debian-11:
28-
runs-on: ubuntu-22.04
29-
container: debian:11
30-
steps:
31-
- uses: actions/checkout@v4
32-
with:
33-
repository: 'davidgiven/fluxengine'
34-
path: 'fluxengine'
35-
- uses: actions/checkout@v4
36-
with:
37-
repository: 'davidgiven/fluxengine-testdata'
38-
path: 'fluxengine-testdata'
39-
- name: apt update
40-
run: apt update
41-
- name: apt
42-
run: >
43-
apt install -y python3 make xz-utils python3 python3-hamcrest
44-
protobuf-compiler libprotobuf-dev libsqlite3-dev
45-
libfmt-dev libprotobuf-dev wx-common pkg-config
46-
libudev-dev g++ libwxgtk3.0-gtk3-dev
47-
- name: make
48-
run: make -C fluxengine
27+
#build-linux-debian-11:
28+
# runs-on: ubuntu-22.04
29+
# container: debian:11
30+
# steps:
31+
# - uses: actions/checkout@v4
32+
# with:
33+
# repository: 'davidgiven/fluxengine'
34+
# path: 'fluxengine'
35+
# - uses: actions/checkout@v4
36+
# with:
37+
# repository: 'davidgiven/fluxengine-testdata'
38+
# path: 'fluxengine-testdata'
39+
# - name: apt update
40+
# run: apt update
41+
# - name: apt
42+
# run: >
43+
# apt install -y python3 make xz-utils python3 python3-hamcrest
44+
# protobuf-compiler libprotobuf-dev libsqlite3-dev
45+
# libfmt-dev libprotobuf-dev wx-common pkg-config
46+
# libudev-dev g++ libwxgtk3.0-gtk3-dev
47+
# - name: make
48+
# run: make -C fluxengine
4949

5050
build-macos-current:
5151
strategy:
@@ -82,7 +82,7 @@ jobs:
8282
unzip fedora.msixbundle Fedora-Remix-for-WSL-SL_41.0.0.0_x64.msix
8383
unzip Fedora-Remix-for-WSL-SL_41.0.0.0_x64.msix install.tar.gz
8484
wsl --update
85-
wsl --set-default-version 2
85+
wsl --set-default-version 1
8686
wsl --import fedora fedora install.tar.gz
8787
wsl --set-default fedora
8888
wsl sh -c 'dnf -y install https://github.com/rpmsphere/noarch/raw/master/r/rpmsphere-release-40-1.noarch.rpm'

0 commit comments

Comments
 (0)