2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-19 04:02:14 +00:00

Remove version suffix in user-config toolset.

This commit is contained in:
Rene Rivera
2024-01-02 07:51:57 -06:00
parent e5a2160053
commit 82a8a023e9

View File

@@ -11,7 +11,7 @@ steps:
./build.sh ${TOOLSET}
./b2 -v
cd ../..
echo "using ${TOOLSET} : : ${CXX} ;" > ${HOME}/user-config.jam
echo "using ${TOOLSET%%-[0-9]*} : : ${CXX} ;" > ${HOME}/user-config.jam
displayName: Build
- bash: |
set -e