File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1818 - os : " ubuntu-22.04"
1919 shell : " bash"
2020 CONFIGURE_EXTRAS : " -DFEATURE_xcb=ON -DINPUT_bundled_xcb_xinput=yes -DFEATURE_libudev=OFF"
21+ - os : " ubuntu-22.04"
22+ shell : " bash"
23+ CONFIGURE_EXTRAS : " -DFEATURE_sanitize_thread=ON -DFEATURE_xcb=ON -DINPUT_bundled_xcb_xinput=yes -DFEATURE_libudev=OFF"
24+ BUILD_TAG : " _tsan"
2125 - os : " ubuntu-22.04-arm"
2226 shell : " bash"
2327 - os : " macos-13"
3640 shell : ${{ matrix.shell }}
3741 env :
3842 CONFIGURE_EXTRAS : ${{ matrix.CONFIGURE_EXTRAS }}
43+ BUILD_TAG : ${{ matrix.BUILD_TAG }}
3944 steps :
4045 -
uses :
spatial-model-editor/[email protected] 4146 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ echo "INSTALL_PREFIX = $INSTALL_PREFIX"
88echo " MACOSX_DEPLOYMENT_TARGET = $MACOSX_DEPLOYMENT_TARGET "
99echo " SUDO_CMD = $SUDO_CMD "
1010echo " CONFIGURE_EXTRAS = $CONFIGURE_EXTRAS "
11+ echo " BUILD_TAG = $BUILD_TAG "
1112echo " OS=$OS "
1213echo " PATH=$PATH "
1314which g++
@@ -91,4 +92,4 @@ $INSTALL_PREFIX/bin/qmake -v
9192# make tarball of installation
9293mkdir artefacts
9394cd artefacts
94- tar -zcvf sme_deps_qt_${OS} .tgz ${INSTALL_PREFIX} /*
95+ tar -zcvf sme_deps_qt_${OS}${BUILD_TAG} .tgz ${INSTALL_PREFIX} /*
You can’t perform that action at this time.
0 commit comments