Skip to content

Commit 3c08796

Browse files
authored
Merge pull request #4246 from masatake/circleci--fedora42
circleci: switch to use Fedoa42
2 parents 7c9a3be + a2d3112 commit 3c08796

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

circle.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
#
99
# We assume GNU Make is available.
1010
#
11-
fedora41_gmake:
11+
fedora42_gmake:
1212
working_directory: ~/universal-ctags
1313
docker:
14-
- image: docker.io/fedora:41
14+
- image: docker.io/fedora:42
1515
steps:
1616
- run:
1717
name: Install Git, Gdb and Procps-NG
@@ -21,7 +21,7 @@ jobs:
2121
- run:
2222
name: Install tools for building ctags and validating test input files
2323
command: |
24-
dnf -y install gcc automake autoconf pkgconfig make libseccomp-devel libxml2-devel jansson-devel libyaml-devel pcre2-devel findutils diffutils sudo
24+
dnf -y install awk gcc automake autoconf pkgconfig make libseccomp-devel libxml2-devel jansson-devel libyaml-devel pcre2-devel findutils diffutils sudo
2525
dnf -y install jq puppet python3-sphinx
2626
# These are for input-validation.
2727
dnf -y install g++ jq puppet nodejs gcc-gfortran gcc-gnat
@@ -44,10 +44,10 @@ jobs:
4444
cd docs
4545
make html
4646
47-
fedora41_gmake_roundtrip:
47+
fedora42_gmake_roundtrip:
4848
working_directory: ~/universal-ctags
4949
docker:
50-
- image: docker.io/fedora:41
50+
- image: docker.io/fedora:42
5151
steps:
5252
- run:
5353
name: Install Git and Gdb
@@ -57,7 +57,7 @@ jobs:
5757
- run:
5858
name: Install build tools
5959
command: |
60-
dnf -y install gcc automake autoconf pkgconfig make libseccomp-devel libxml2-devel jansson-devel libyaml-devel pcre2-devel findutils diffutils sudo
60+
dnf -y install awk gcc automake autoconf pkgconfig make libseccomp-devel libxml2-devel jansson-devel libyaml-devel pcre2-devel findutils diffutils sudo
6161
dnf -y install jq puppet
6262
- run:
6363
name: Build
@@ -136,10 +136,10 @@ jobs:
136136
command: |
137137
MAKE=bmake bmake roundtrip
138138
139-
fedora41_distcheck:
139+
fedora42_distcheck:
140140
working_directory: ~/universal-ctags
141141
docker:
142-
- image: docker.io/fedora:41
142+
- image: docker.io/fedora:42
143143
steps:
144144
- run:
145145
name: Install Git, Gdb and Procps-NG
@@ -149,7 +149,7 @@ jobs:
149149
- run:
150150
name: Install build tools
151151
command: |
152-
dnf -y install gcc automake autoconf pkgconfig make libseccomp-devel libxml2-devel jansson-devel libyaml-devel findutils diffutils sudo pcre2-devel
152+
dnf -y install awk gcc automake autoconf pkgconfig make libseccomp-devel libxml2-devel jansson-devel libyaml-devel findutils diffutils sudo pcre2-devel
153153
dnf -y install jq puppet python3-docutils
154154
- run:
155155
name: Run autogen.sh
@@ -336,11 +336,11 @@ workflows:
336336
jobs:
337337
- ubuntu20_32bit
338338
- fedora30_bmake
339-
- fedora41_distcheck
339+
- fedora42_distcheck
340340
- stream10
341341
- stream9
342-
- fedora41_gmake
342+
- fedora42_gmake
343343
- fedora33_cross_aarch64
344344
- ubuntu20_mingw
345345
- fedora30_bmake_roundtrip
346-
- fedora41_gmake_roundtrip
346+
- fedora42_gmake_roundtrip

0 commit comments

Comments
 (0)