Skip to content

Commit fa3e948

Browse files
committed
bump compiler version
1 parent a91821b commit fa3e948

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 4.0.1
1+
VERSION = 4.0.2
22
ifneq ($VERSION, edge)
33
MAJOR_VERSION := $(shell awk -v OFS=. -F. '{print $$1,$$2}' <<< $(VERSION))
44
endif

image/activate_func.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# shellcheck shell=bash
22

3-
DEVTOOLSET_VERSION=9
3+
DEVTOOLSET_VERSION=14
44

55
function activate_holy_build_box_deps_installation_environment() {
66
# shellcheck disable=SC1090

image/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
GCC_LIBSTDCXX_VERSION=9.3.0
4+
GCC_LIBSTDCXX_VERSION=14.2.0
55
ZLIB_VERSION=1.3.1
66
OPENSSL_VERSION=3.3.0
77
CURL_VERSION=8.7.1
@@ -60,7 +60,7 @@ if ! eval_bool "$SKIP_INITIALIZE"; then
6060
tar zlib-devel "gcc-toolset-$DEVTOOLSET_VERSION" "gcc-toolset-$DEVTOOLSET_VERSION-runtime"
6161
run yum install -y --enablerepo=epel ccache
6262

63-
echo "*link_gomp: %{static|static-libgcc|static-libstdc++|static-libgfortran: libgomp.a%s; : -lgomp } %{static: -ldl }" > /opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib/gcc/*-redhat-linux/9/libgomp.spec
63+
echo "*link_gomp: %{static|static-libgcc|static-libstdc++|static-libgfortran: libgomp.a%s; : -lgomp } %{static: -ldl }" > /opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib/gcc/*-redhat-linux/${DEVTOOLSET_VERSION}/libgomp.spec
6464
fi
6565

6666

0 commit comments

Comments
 (0)