Skip to content

Commit 6c2cfa6

Browse files
authored
Migrated Ubuntu 23.04 containers to 24.04
Updated clang16, clang16-i386, gcc13 close #463
1 parent fa397b7 commit 6c2cfa6

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
_triggers = { "branch": [ "master", "develop" ] }
9-
_container_tag = '61b5b771ffefa8c04c43ddc9e023152461a8295f'
9+
_container_tag = '124c270a381614d687dba42c2bd8176f69c38de6'
1010
_win_container_tag = 'e7bd656c3515263f9b3c69a2d73d045f6a0fed72'
1111

1212

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
coverage:
1919
runs-on: ubuntu-latest
2020
container:
21-
image: ghcr.io/anarthal-containers/build-gcc14:61b5b771ffefa8c04c43ddc9e023152461a8295f
21+
image: ghcr.io/anarthal-containers/build-gcc14:124c270a381614d687dba42c2bd8176f69c38de6
2222
volumes:
2323
- /var/run/mysqld:/var/run/mysqld
2424
services:
2525
mysql:
26-
image: ghcr.io/anarthal-containers/ci-db:mysql-8.4.1-61b5b771ffefa8c04c43ddc9e023152461a8295f
26+
image: ghcr.io/anarthal-containers/ci-db:mysql-8.4.1-124c270a381614d687dba42c2bd8176f69c38de6
2727
ports:
2828
- 3306:3306
2929
volumes:

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
fuzz:
2121
runs-on: ubuntu-latest
2222
container:
23-
image: ghcr.io/anarthal-containers/build-clang18:61b5b771ffefa8c04c43ddc9e023152461a8295f
23+
image: ghcr.io/anarthal-containers/build-clang18:124c270a381614d687dba42c2bd8176f69c38de6
2424
volumes:
2525
- /var/run/mysqld:/var/run/mysqld
2626
services:
2727
mysql:
28-
image: ghcr.io/anarthal-containers/ci-db:mysql-8.4.1-61b5b771ffefa8c04c43ddc9e023152461a8295f
28+
image: ghcr.io/anarthal-containers/ci-db:mysql-8.4.1-124c270a381614d687dba42c2bd8176f69c38de6
2929
ports:
3030
- 3306:3306
3131
volumes:

tools/docker/build-clang16-i386.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
66
#
77

8-
FROM ubuntu:23.04
8+
FROM ubuntu:24.04
99

1010
RUN dpkg --add-architecture i386
1111

tools/docker/build-clang16.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
66
#
77

8-
FROM ubuntu:23.04
8+
FROM ubuntu:24.04
99

1010
RUN \
1111
apt-get update && \

tools/docker/build-gcc13.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
66
#
77

8-
FROM ubuntu:23.04
8+
FROM ubuntu:24.04
99

1010
RUN \
1111
apt-get update && \

tools/scripts/build_unix_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repo_base=$(realpath $(dirname $(realpath $0))/../..)
1212

1313
BK=b2
1414
IMAGE=build-clang11
15-
SHA=61b5b771ffefa8c04c43ddc9e023152461a8295f
15+
SHA=124c270a381614d687dba42c2bd8176f69c38de6
1616
CONTAINER=builder-$IMAGE
1717
FULL_IMAGE=ghcr.io/anarthal-containers/$IMAGE:$SHA
1818
DB=mysql-8.4.1

0 commit comments

Comments
 (0)