c2pa-js icon indicating copy to clipboard operation
c2pa-js copied to clipboard

Explore alternatives to custom Rush build:release command

Open emensch opened this issue 3 years ago • 3 comments

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.

emensch avatar Jun 06 '22 17:06 emensch

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

dkozma avatar Jun 09 '22 17:06 dkozma

@adobe export issue to Jira project CAI

crandmck avatar Jan 23 '23 19:01 crandmck

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

github-jira-sync-bot avatar Jan 23 '23 19:01 github-jira-sync-bot