Skip to content

Conversation

@alt440
Copy link

@alt440 alt440 commented Dec 15, 2024

Updated the README to have it mention the 'compiler nightly version' and simplify the installation / execution process

@johnterickson
Copy link
Owner

Hi @alt440 - You should not need the nightly toolchain if RUSTC_BOOTSTRAP=1 is set.

e.g.

- name: Build
run: cargo build
- name: Test
run: cargo test -- -Z unstable-options --format json --report-time | tee test_results_debug.json
env: # See https://github.com/johnterickson/cargo2junit/issues/79
RUSTC_BOOTSTRAP: 1

Are you seeing otherwise?

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