File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
os : windows-latest
40
40
compiler : msvc
41
41
compilercxx : msvc
42
- cflags : " /fsanitize=address,leak,undefined "
42
+ cflags : " /fsanitize=address"
43
43
cxxflags : " /fsanitize=address"
44
44
- name : MacOS ARM GCC
45
45
os : macos-latest
75
75
CFLAGS : ${{ matrix.cflags }}
76
76
CXXFLAGS : ${{ matrix.cxxflags }}
77
77
run : |
78
- cmake -B ${{github.workspace}}/build -DCMAKE_OSX_ARCHITECTURES="arm64"-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DPSAPI_BUILD_DOCS=OFF -DPSAPI_BUILD_BENCHMARKS=OFF -DPSAPI_BUILD_EXAMPLES=OFF -DPSAPI_BUILD_PYTHON=OFF
78
+ cmake -B ${{github.workspace}}/build -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DPSAPI_BUILD_DOCS=OFF -DPSAPI_BUILD_BENCHMARKS=OFF -DPSAPI_BUILD_EXAMPLES=OFF -DPSAPI_BUILD_PYTHON=OFF
79
79
80
80
- name : Build ${{ matrix.os }}-${{ matrix.compilercxx }}
81
81
env :
You can’t perform that action at this time.
0 commit comments