Skip to content

Commit d4a13a2

Browse files
committed
fix: update bindgen for LLVM 22 compatibility
- bump libcryptsetup-rs to 0.16.1 and devicemapper to 0.34.6 - incorporate changes from #807 Assisted-by: Claude (claude-opus-4-6) Signed-off-by: Klara Necasova <knecasov@redhat.com>
1 parent 29cedcc commit d4a13a2

19 files changed

Lines changed: 578 additions & 410 deletions

File tree

File renamed without changes.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
check_filenames: true
3838
check_hidden: true
3939
ignore_words_file: .github/spellcheck-ignore
40-
skip: "./docs/Gemfile.lock,./docs/_config.yml,./.github,./.git"
40+
skip: "./docs/Gemfile.lock,./docs/_config.yml,./.github,./.git,./.devcontainer,./Cargo.lock"
4141

4242
fmt:
4343
name: Rustfmt

.packit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
trigger: pull_request
5959
identifier: onboarding-fedora
6060
fmf_path: test/fmf
61-
tmt_plan: plans/onboarding
61+
tmt_plan: test/fmf/plans/onboarding
6262
packages: [fido-device-onboard-fedora]
6363
targets: ["fedora-latest-stable", "fedora-latest", "fedora-rawhide"]
6464

@@ -98,6 +98,6 @@ jobs:
9898
trigger: pull_request
9999
identifier: onboarding-centos
100100
fmf_path: test/fmf
101-
tmt_plan: plans/onboarding
101+
tmt_plan: test/fmf/plans/onboarding
102102
packages: [fido-device-onboard-centos]
103103
targets: ["centos-stream-9", "centos-stream-10"]

0 commit comments

Comments
 (0)