Skip to content

build: Integrates prebuilt library release workflow#1126

Merged
gpeacock merged 32 commits intomainfrom
gpeacock/workspace_versions
May 23, 2025
Merged

build: Integrates prebuilt library release workflow#1126
gpeacock merged 32 commits intomainfrom
gpeacock/workspace_versions

Conversation

@gpeacock
Copy link
Copy Markdown
Member

Changes in this pull request

Give a narrative description of what has been changed.

Checklist

  • This PR represents a single feature, fix, or change.
  • All applicable changes have been documented.
  • Any TO DO items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.

gpeacock added 28 commits May 16, 2025 16:26
moves some Reader functionality to Store
store tests under v1_api until we resolve issues.
@codecov
Copy link
Copy Markdown

codecov bot commented May 22, 2025

Codecov Report

Attention: Patch coverage is 76.06838% with 28 lines in your changes missing coverage. Please review.

Project coverage is 80.66%. Comparing base (b543622) to head (411a3a1).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
sdk/src/reader.rs 60.00% 10 Missing ⚠️
c_api/src/json_api.rs 0.00% 9 Missing ⚠️
c_api/src/c_api.rs 0.00% 8 Missing ⚠️
sdk/src/store.rs 98.24% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1126      +/-   ##
==========================================
- Coverage   80.82%   80.66%   -0.17%     
==========================================
  Files         143      143              
  Lines       38355    38382      +27     
==========================================
- Hits        31001    30959      -42     
- Misses       7354     7423      +69     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gpeacock gpeacock changed the title build(c_api): Integrates prebuilt library release workflow build: Integrates prebuilt library release workflow May 22, 2025
@cdmurph32
Copy link
Copy Markdown
Collaborator

Runningcargo build -p c_api the c_api will build without openssl.
Running cargo build the c_api will build with openssl.
It doesn't go back and build c2pa again without openssl.

cdmurph32 and others added 4 commits May 22, 2025 20:23
Now that `json_api` has been removed the WASI test isn't as different.
All features are now named in c2pa crate.
@gpeacock gpeacock merged commit a706658 into main May 23, 2025
33 of 36 checks passed
@gpeacock gpeacock deleted the gpeacock/workspace_versions branch May 23, 2025 01:53
This was referenced May 21, 2025
gpeacock added a commit that referenced this pull request Dec 16, 2025
* chore: Updates c2pa_rs and leverages workspace versioning and dependencies

* chore: repair capi_makefile - realpath was failing

* chore: allow overwrite and add ssl env vars for win

* chore(c_api): The artifacts did not have correct content

* chore(c_api):  fix the rpath and add universal debug symbols

* chore(c_api): add powershell script for windows

* build: add Maketext::Simple

* build: cross comp fix

* build: go back to stripping debug symbols until someone asks for them

* build: Another shot at a linux arm build

* build: use the right kind of perl

* build: do not use make for windows build

* build: use powershell for make on windows


* build: c2pa_c libraries with native_rust_crypto

* chore: repair make test
moves some Reader functionality to Store
store tests under v1_api until we resolve issues.

Now that `json_api` has been removed the WASI test isn't as different.

* fix: remove c2pa-c from ci job feature selection.

All features are now named in c2pa crate.

* build: fix the make release workflow

---------

Co-authored-by: Colin Murphy <colmurph@adobe.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants