Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .craft.shelf
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[General]
version = 2
blueprintrepositories = https://github.com/DeepDiver1975/craft-blueprints-kde.git|master|;https://github.com/owncloud/craft-blueprints-owncloud.git|master|
blueprintrepositories = https://invent.kde.org/packaging/craft-blueprints-kde.git|master|;https://github.com/owncloud/craft-blueprints-owncloud.git|master|

[core/cacert]
version = 2023-01-10

[craft/craft-blueprints-kde]
version = master
revision = 9be073decbb06b7425655806c4e57ccc85ea2117

[craft/craft-blueprints-owncloud]
version = 5
revision = e7e98ec5da0210d74ddf229718c39f73be928069

[craft/craft-core]
version = master
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:
os: macos-latest
fetch-depth: 1
container:
- name: macos-clang-arm64-debug
target: macos-clang-arm64-debug
os: macos-latest
fetch-depth: 1
container:

name: ${{ matrix.name }}

Expand Down Expand Up @@ -97,12 +92,6 @@ jobs:

- name: Build
run: |
if ("${{ matrix.target }}" -eq "macos-64-clang-debug" ) {
# https://api.kde.org/ecm/module/ECMEnableSanitizers.html
# address;leak;undefined
# clang: error: unsupported option '-fsanitize=leak' for target 'x86_64-apple-darwin21.6.0'
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --set args="-DECM_ENABLE_SANITIZERS='address;undefined'" owncloud/owncloud-client
}
if ("${{ matrix.target }}" -eq "windows-cl-msvc2022-x86_64") {
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --src-dir "${env:GITHUB_WORKSPACE}" --configure owncloud/owncloud-client
$env:BUILD_DIR = $(& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --get buildDir -q owncloud-client)
Expand Down
Loading