diff --git a/.github/actions/xahau-ga-build/action.yml b/.github/actions/xahau-ga-build/action.yml index a1bdafad1..b4e8a6d11 100644 --- a/.github/actions/xahau-ga-build/action.yml +++ b/.github/actions/xahau-ga-build/action.yml @@ -183,7 +183,7 @@ runs: -G "${{ inputs.generator }}" \ ${CMAKE_CXX_FLAGS:+-DCMAKE_CXX_FLAGS="$CMAKE_CXX_FLAGS"} \ -DCMAKE_TOOLCHAIN_FILE:FILEPATH=${TOOLCHAIN_FILE} \ - -DCMAKE_BUILD_TYPE=${{ inputs.configuration }} + -DCMAKE_BUILD_TYPE=${{ inputs.configuration }} \ -Dtests=TRUE \ -Dxrpld=TRUE diff --git a/release-builder.sh b/release-builder.sh index 6197785d4..436c8cd4a 100755 --- a/release-builder.sh +++ b/release-builder.sh @@ -212,7 +212,7 @@ RUN /hbb_exe/activate-exec bash -c "ccache -M 100G && \ echo '' >> ~/.conan2/profiles/default && \ echo '[conf]' >> ~/.conan2/profiles/default && \ echo '# Force building from source for packages with binary compatibility issues' >> ~/.conan2/profiles/default && \ - echo '*:tools.system.package_manager:mode=build' >> ~/.conan2/profiles/default" && \ + echo '*:tools.system.package_manager:mode=build' >> ~/.conan2/profiles/default && \ ln -s ../../bin/ccache /usr/lib64/ccache/g++ && \ ln -s ../../bin/ccache /usr/lib64/ccache/c++"