Skip to content

README update with mention of nightly version#88

Open
alt440 wants to merge 1 commit intojohnterickson:mainfrom
alt440:updateDoc
Open

README update with mention of nightly version#88
alt440 wants to merge 1 commit intojohnterickson:mainfrom
alt440:updateDoc

Conversation

@alt440
Copy link
Copy Markdown

@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
Copy Markdown
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