Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the build-docker.sh file to return exit code from build #18

Conversation

jfreuden
Copy link
Contributor

According to rust-lang/cargo#3377 (comment) the cargo search doesn't update the index and later in the thread is pointed out this is unnecessary now. Which is good because this doesn't work anymore, and with the CLI changes will actually stop the build when it throws the error.

According to rust-lang/cargo#3377 (comment)
the cargo search doesn't update the index and later in the thread is pointed out this is unnecessary now. Which is good because this doesn't work anymore
…ng to register error status codes from `cargo build` in backend
Copy link
Owner

@CEbbinghaus CEbbinghaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Absolutely brilliant. This is some amazing work. Thank you so much for the dockerfile fix too <3

@CEbbinghaus CEbbinghaus merged commit 77e0701 into CEbbinghaus:feat/FixingProblems Feb 25, 2024
2 checks passed
CEbbinghaus added a commit that referenced this pull request Mar 1, 2024
* chore: moved version file
* chore: created symbolic link
* feat: upgraded logging and added config
* Fixed build errors
* Changed to Json logs & improved some events
* Replaced last references to log & expanded logging
* Fixed log level regression & formatted everything
* swapped version back keep original in backend
* bugfix: removed newline and fixed code to trim
* Added back trim fix
* Reset version to master
* chore: Fixed clippy lints
* Added scan interval to config
* Change the build-docker.sh file to return exit code from build (#18)
* Change the build-docker.sh file to return exit code from build
According to rust-lang/cargo#3377 (comment)
the cargo search doesn't update the index and later in the thread is pointed out this is unnecessary now. Which is good because this doesn't work anymore
* Version bump of Decky CLI to 0.0.2 should fix the Github Runner failing to register error status codes from `cargo build` in backend
* Refactored events
* chore: did some light refactoring
* chore: updated log
* chore: Updated Version
---------
Co-authored-by: jfreuden <jfreuden@alumni.cmu.edu>
@CEbbinghaus CEbbinghaus added this to the 1.0.0 milestone May 17, 2024
@CEbbinghaus CEbbinghaus self-assigned this Sep 2, 2024
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.

2 participants