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

Add a flag to skip Xtensa Rust version parsing #352

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

SergioGasquez
Copy link
Member

If we provide the full Xtensa Rust version (with -v/--toolchain_version) and we use the new flag (-k/--skip_version_parse) the XtensaRust::parse_version() method, which causes some issues on CI, won't be called.

@SergioGasquez SergioGasquez merged commit a432200 into esp-rs:main Sep 14, 2023
19 checks passed
@SergioGasquez SergioGasquez deleted the feat/parse-version-skip branch September 14, 2023 06:56
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.

On CI systems running in AWS, XtensaRust::parse_version() repeatedly times out and panics espup
2 participants