Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: pin craft/craft-blueprints-owncloud to e7e98ec5da0210d74ddf229718… #12071

Closed
wants to merge 8 commits into from
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
6 changes: 3 additions & 3 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://github.com/DeepDiver1975/craft-blueprints-kde.git|5+openssl+dbus|;https://github.com/owncloud/craft-blueprints-owncloud.git|master|

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

[craft/craft-blueprints-kde]
version = master
revision = 9be073decbb06b7425655806c4e57ccc85ea2117
version = 5+openssl+dbus

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

[craft/craft-core]
version = master
Expand Down
17 changes: 0 additions & 17 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 All @@ -63,12 +58,6 @@ jobs:
fetch-depth: ${{ matrix.fetch-depth }}
submodules: true

- name: Restore cache
uses: actions/cache@v4
with:
path: ~/cache
key: ${{ runner.os }}-${{ matrix.target }}

- name: Clone CraftMaster
run: git clone --depth=1 https://invent.kde.org/kde/craftmaster.git "$env:HOME/craft/CraftMaster/CraftMaster"

Expand Down Expand Up @@ -97,12 +86,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