Skip to content

Commit 14fbc6e

Browse files
committed
ci: drop mac-debug
1 parent 713736b commit 14fbc6e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/main.yml

-11
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ jobs:
3939
os: macos-latest
4040
fetch-depth: 1
4141
container:
42-
- name: macos-clang-arm64-debug
43-
target: macos-clang-arm64-debug
44-
os: macos-latest
45-
fetch-depth: 1
46-
container:
4742

4843
name: ${{ matrix.name }}
4944

@@ -97,12 +92,6 @@ jobs:
9792
9893
- name: Build
9994
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-
}
10695
if ("${{ matrix.target }}" -eq "windows-cl-msvc2022-x86_64") {
10796
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --src-dir "${env:GITHUB_WORKSPACE}" --configure owncloud/owncloud-client
10897
$env:BUILD_DIR = $(& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --get buildDir -q owncloud-client)

0 commit comments

Comments
 (0)