Commit 14fbc6e 1 parent 713736b commit 14fbc6e Copy full SHA for 14fbc6e
File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 39
39
os : macos-latest
40
40
fetch-depth : 1
41
41
container :
42
- - name : macos-clang-arm64-debug
43
- target : macos-clang-arm64-debug
44
- os : macos-latest
45
- fetch-depth : 1
46
- container :
47
42
48
43
name : ${{ matrix.name }}
49
44
97
92
98
93
- name : Build
99
94
run : |
100
- if ("${{ matrix.target }}" -eq "macos-64-clang-debug" ) {
101
- # https://api.kde.org/ecm/module/ECMEnableSanitizers.html
102
- # address;leak;undefined
103
- # clang: error: unsupported option '-fsanitize=leak' for target 'x86_64-apple-darwin21.6.0'
104
- & "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --set args="-DECM_ENABLE_SANITIZERS='address;undefined'" owncloud/owncloud-client
105
- }
106
95
if ("${{ matrix.target }}" -eq "windows-cl-msvc2022-x86_64") {
107
96
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --src-dir "${env:GITHUB_WORKSPACE}" --configure owncloud/owncloud-client
108
97
$env:BUILD_DIR = $(& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --get buildDir -q owncloud-client)
You can’t perform that action at this time.
0 commit comments