Skip to content

Commit

Permalink
chore: Fix c2patool CI configuration (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored Dec 11, 2024
1 parent 380e201 commit 1da8358
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
1 change: 1 addition & 0 deletions .commitlintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rules:
- export_schema
- make_test_images
- sdk
- c2patool

# Scope may be empty
# (NOTE: Disabled for now while we work around
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,11 @@ jobs:
echo Will add nightly suffix $NIGHTLY_SUFFIX
sed -i "s/^version = \"\\(.*\\)\"/version = \"\\1$NIGHTLY_SUFFIX\"/" sdk/Cargo.toml
sed -i "s/path = \"..\/sdk\", version = \"\\(.*\\)\"/path = \"..\/sdk\", version = \"\\1$NIGHTLY_SUFFIX\"/" cli/Cargo.toml
cargo update -w
git add -f Cargo.lock
git add Cargo.lock
find . -name 'Cargo.toml' | xargs git add
echo
echo Proposed changes:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
# these exact names:
#
# * sdk (The primary C2PA Rust SDK)
# * c2patool
# * export_schema
# * make_test_images
#
Expand Down
16 changes: 0 additions & 16 deletions cli/rustfmt.toml

This file was deleted.

0 comments on commit 1da8358

Please sign in to comment.