Skip to content

Commit d48558f

Browse files
authored
Merge pull request #4341 from masatake/circleci--fedora43
circleci: switch to use Fedora43
2 parents 59de541 + 0805ff8 commit d48558f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

circle.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
#
99
# We assume GNU Make is available.
1010
#
11-
fedora42_gmake:
11+
fedora43_gmake:
1212
working_directory: ~/universal-ctags
1313
docker:
14-
- image: docker.io/fedora:42
14+
- image: docker.io/fedora:43
1515
steps:
1616
- run:
1717
name: Install Git, Gdb and Procps-NG
@@ -44,10 +44,10 @@ jobs:
4444
cd docs
4545
make html
4646
47-
fedora42_gmake_roundtrip:
47+
fedora43_gmake_roundtrip:
4848
working_directory: ~/universal-ctags
4949
docker:
50-
- image: docker.io/fedora:42
50+
- image: docker.io/fedora:43
5151
steps:
5252
- run:
5353
name: Install Git and Gdb
@@ -136,10 +136,10 @@ jobs:
136136
command: |
137137
MAKE=bmake bmake roundtrip
138138
139-
fedora42_distcheck:
139+
fedora43_distcheck:
140140
working_directory: ~/universal-ctags
141141
docker:
142-
- image: docker.io/fedora:42
142+
- image: docker.io/fedora:43
143143
steps:
144144
- run:
145145
name: Install Git, Gdb and Procps-NG
@@ -288,10 +288,10 @@ jobs:
288288
# make check roundtrip
289289
make units CATEGORIES=parser-varlink
290290
291-
fedora42_cross_aarch64:
291+
fedora43_cross_aarch64:
292292
working_directory: ~/universal-ctags
293293
docker:
294-
- image: docker.io/library/fedora:42
294+
- image: docker.io/library/fedora:43
295295
steps:
296296
- run:
297297
name: Install tools
@@ -300,7 +300,7 @@ jobs:
300300
- run:
301301
name: Prepare repo file for install cross compiler
302302
command: |
303-
curl -o /etc/yum.repos.d/lantw44-aarch64-linux-gnu-toolchain-fedora-42.repo https://copr.fedorainfracloud.org/coprs/lantw44/aarch64-linux-gnu-toolchain/repo/fedora-42/lantw44-aarch64-linux-gnu-toolchain-fedora-42.repo
303+
curl -o /etc/yum.repos.d/lantw44-aarch64-linux-gnu-toolchain-fedora-43.repo https://copr.fedorainfracloud.org/coprs/lantw44/aarch64-linux-gnu-toolchain/repo/fedora-43/lantw44-aarch64-linux-gnu-toolchain-fedora-43.repo
304304
- run:
305305
name: Install the cross compiler for aarch64
306306
command: |
@@ -336,11 +336,11 @@ workflows:
336336
jobs:
337337
- ubuntu20_32bit
338338
- fedora30_bmake
339-
- fedora42_distcheck
339+
- fedora43_distcheck
340340
- stream10
341341
- stream9
342-
- fedora42_gmake
343-
- fedora42_cross_aarch64
342+
- fedora43_gmake
343+
- fedora43_cross_aarch64
344344
- ubuntu20_mingw
345345
- fedora30_bmake_roundtrip
346-
- fedora42_gmake_roundtrip
346+
- fedora43_gmake_roundtrip

0 commit comments

Comments
 (0)