Commit fa3e948 1 parent a91821b commit fa3e948 Copy full SHA for fa3e948
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- VERSION = 4.0.1
1
+ VERSION = 4.0.2
2
2
ifneq ($VERSION, edge)
3
3
MAJOR_VERSION := $(shell awk -v OFS=. -F. '{print $$1,$$2}' <<< $(VERSION ) )
4
4
endif
Original file line number Diff line number Diff line change 1
1
# shellcheck shell=bash
2
2
3
- DEVTOOLSET_VERSION=9
3
+ DEVTOOLSET_VERSION=14
4
4
5
5
function activate_holy_build_box_deps_installation_environment() {
6
6
# shellcheck disable=SC1090
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
3
4
- GCC_LIBSTDCXX_VERSION=9.3 .0
4
+ GCC_LIBSTDCXX_VERSION=14.2 .0
5
5
ZLIB_VERSION=1.3.1
6
6
OPENSSL_VERSION=3.3.0
7
7
CURL_VERSION=8.7.1
@@ -60,7 +60,7 @@ if ! eval_bool "$SKIP_INITIALIZE"; then
60
60
tar zlib-devel " gcc-toolset-$DEVTOOLSET_VERSION " " gcc-toolset-$DEVTOOLSET_VERSION -runtime"
61
61
run yum install -y --enablerepo=epel ccache
62
62
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
64
64
fi
65
65
66
66
You can’t perform that action at this time.
0 commit comments