Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use gcc-toolset-14. #33138

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/vespa.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
%define _defattr_is_vespa_vespa 0
%define _command_cmake cmake3
%global _vespa_abseil_cpp_version 20240116.1
%global _vespa_build_depencencies_version 1.3.7
%global _vespa_build_depencencies_version 1.3.8
%global _vespa_gtest_version 1.14.0
%global _vespa_protobuf_version 5.26.1
%global _vespa_openblas_version 0.3.27
Expand Down Expand Up @@ -380,7 +380,7 @@ getent passwd %{_vespa_user} >/dev/null || \
%if 0%{?el8} || 0%{?el9}
# TODO Hardcoded toolset version, should be detected in a better way.
mkdir -p /opt/rh
ln -sf /opt/rh/gcc-toolset-13 /opt/rh/gcc-toolset
ln -sf /opt/rh/gcc-toolset-14 /opt/rh/gcc-toolset
%endif
echo "pathmunge %{_prefix}/bin" > /etc/profile.d/vespa.sh
echo "export VESPA_HOME=%{_prefix}" >> /etc/profile.d/vespa.sh
Expand Down
Loading