contentauth / c2pa-js

JavaScript SDK for displaying and validating C2PA data
https://opensource.contentauthenticity.org
MIT License
74 stars 40 forks source link

Explore alternatives to custom Rush build:release command #21

Open emensch opened 2 years ago

emensch commented 2 years ago

Rush is pretty strict about log output during builds - anything logged to stderr will cause a build to fail. Some of our build steps generate log output that is difficult to silence. For now, we have a custom build:release command with "allowWarningsInSuccessfulBuild": true,, allowing our builds to pass CI.

Ideally, our build steps will not write anything to stderr so we can use the built-in rush build command.

dkozma commented 2 years ago

@emensch I am updating the config in #26 which should stop Rust from complaining about a missing target.

crandmck commented 1 year ago

@adobe export issue to Jira project CAI

github-jira-sync-bot commented 1 year ago

:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/CAI-3383 is successfully created for this GitHub issue.