Skip to content

Commit

Permalink
bump compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 6, 2025
1 parent a91821b commit fa3e948
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 4.0.1
VERSION = 4.0.2
ifneq ($VERSION, edge)
MAJOR_VERSION := $(shell awk -v OFS=. -F. '{print $$1,$$2}' <<< $(VERSION))
endif
Expand Down
2 changes: 1 addition & 1 deletion image/activate_func.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# shellcheck shell=bash

DEVTOOLSET_VERSION=9
DEVTOOLSET_VERSION=14

function activate_holy_build_box_deps_installation_environment() {
# shellcheck disable=SC1090
Expand Down
4 changes: 2 additions & 2 deletions image/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

GCC_LIBSTDCXX_VERSION=9.3.0
GCC_LIBSTDCXX_VERSION=14.2.0
ZLIB_VERSION=1.3.1
OPENSSL_VERSION=3.3.0
CURL_VERSION=8.7.1
Expand Down Expand Up @@ -60,7 +60,7 @@ if ! eval_bool "$SKIP_INITIALIZE"; then
tar zlib-devel "gcc-toolset-$DEVTOOLSET_VERSION" "gcc-toolset-$DEVTOOLSET_VERSION-runtime"
run yum install -y --enablerepo=epel ccache

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
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
fi


Expand Down

0 comments on commit fa3e948

Please sign in to comment.