mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
enable linker on release-builder
This commit is contained in:
@@ -67,9 +67,8 @@ fi
|
||||
# Environment setup moved to Dockerfile in release-builder.sh
|
||||
source /opt/rh/gcc-toolset-11/enable
|
||||
export PATH=/usr/local/bin:$PATH
|
||||
export CC='ccache gcc' &&
|
||||
export CXX='ccache g++' &&
|
||||
echo "-- Build Rippled --" &&
|
||||
export PATH=/usr/lib/ccache:$PATH
|
||||
echo "-- Build Rippled --"
|
||||
pwd &&
|
||||
|
||||
echo "MOVING TO [ build-core.sh ]";
|
||||
|
||||
Reference in New Issue
Block a user