Skip to content

Commit f6fa21a

Browse files
committed
fix: we build the appimage with alma linux gcc 14
Signed-off-by: Matthieu Gallien <[email protected]>
1 parent 3f1f329 commit f6fa21a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

admin/linux/build-appimage.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ if [ "$BUILD_UPDATER" != "OFF" ]; then
2323
BUILD_UPDATER=ON
2424
fi
2525

26-
# Ensure we use gcc-11 on RHEL-like systems
27-
if [ -e "/opt/rh/gcc-toolset-11/enable" ]; then
28-
source /opt/rh/gcc-toolset-11/enable
29-
fi
26+
source /opt/rh/gcc-toolset-14/enable
3027

3128
mkdir /app
3229

0 commit comments

Comments
 (0)