File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142
143143 install-arkscript :
144144 runs-on : ${{ matrix.os }}
145- name : Install ArkScript on ${{ matrix.os }}
145+ name : " Install ArkScript on ${{ matrix.os }} (static: ${{ matrix.static }}) "
146146 needs : [ check ]
147147
148148 strategy :
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ endif ()
202202# Create the different (optional) targets
203203#####################################################
204204
205- if (ARK_BUILD_MODULES)
205+ if (ARK_BUILD_MODULES AND NOT ARK_STATIC )
206206 get_directory_property (old_dir_compile_options COMPILE_OPTIONS )
207207 add_compile_options (-w )
208208 add_subdirectory (${ark_SOURCE_DIR} /lib/modules )
@@ -358,8 +358,8 @@ if (ARK_BUILD_EXE)
358358 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )
359359endif ()
360360
361- if (ARK_SANITIZERS)
362- message (STATUS "Enabling address sanitizer and undefined behavior sanitizer " )
361+ if (ARK_SANITIZERS AND NOT ARK_STATIC )
362+ message (STATUS "Enabling ASAN and UBSAN " )
363363 add_address_sanitizer ()
364364 add_undefined_sanitizer ()
365365endif ()
You can’t perform that action at this time.
0 commit comments