Skip to content

Commit f17a998

Browse files
committed
Fedora 42 is released, update CI
43 is not there yet but will be at some point.
1 parent 0546935 commit f17a998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ steps:
192192
machineType: n2-standard-2
193193
enableNestedVirtualization: true
194194

195-
- label: "quark-test on fedora 42 (beta)"
195+
- label: "quark-test on fedora 42"
196196
key: test_fedora_42
197197
command: "./.buildkite/runtest_distro.sh fedora 42"
198198
depends_on:

krun-fedora.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ shift 2
2020

2121
case $FEDORAVER in
2222
2?|3?) URL="https://archives.fedoraproject.org/pub/archive/fedora/linux/updates/$FEDORAVER/Everything/x86_64/Packages/k";;
23-
42|rawhide) URL="https://ftp.fau.de/fedora/linux/development/$FEDORAVER/Everything/x86_64/os/Packages/k";;
23+
43|rawhide) URL="https://ftp.fau.de/fedora/linux/development/$FEDORAVER/Everything/x86_64/os/Packages/k";;
2424
4?) URL="https://ftp.fau.de/fedora/linux/updates/$FEDORAVER/Everything/x86_64/Packages/k";;
2525
*) echo bad version "$FEDORAVER" 1>&2;;
2626
esac

0 commit comments

Comments
 (0)