Open emensch opened 2 years ago
@emensch I am updating the config in #26 which should stop Rust from complaining about a missing target.
@adobe export issue to Jira project CAI
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/CAI-3383 is successfully created for this GitHub issue.
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.