Skip to content

[TEST] Test running with different toolchains - #14656

Closed
alamb wants to merge 3 commits into
apache:mainfrom
alamb:alamb/pin_toolchain_different_version
Closed

[TEST] Test running with different toolchains#14656
alamb wants to merge 3 commits into
apache:mainfrom
alamb:alamb/pin_toolchain_different_version

Conversation

@alamb

@alambalamb commented Feb 13, 2025

Copy link
Copy Markdown
Contributor

This is a PR to test that modifying the rust-toolchain.toml file will really use a different toolchain

Aka it is a test for this PR:

Looks promising:
https://github.com/apache/datafusion/actions/runs/13316965071/job/37193269066?pr=14656#step:4:114


info: using existing install for 'stable-x86_64-unknown-linux-gnu'
info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.84.1 (e71f9a9a9 2025-01-27)
info: note that the toolchain '1.84.0-x86_64-unknown-linux-gnu' is currently in use (overridden by '/__w/datafusion/datafusion/rust-toolchain.toml')
+ timeout 120 rustup component add rustfmt
info: syncing channel updates for '1.84.0-x86_64-unknown-linux-gnu'

@github-actionsgithub-actionsBot added the documentation Improvements or additions to documentation label Feb 13, 2025
Comment threadrust-toolchain.toml Outdated
# to compile this workspace and run CI jobs.

[toolchain]
channel = "1.84.0"

This comment was marked as outdated.

@alambalamb changed the title Alamb/pin toolchain different version[TESTING] Test with different rust-toolchainFeb 13, 2025
@alambalamb changed the title [TESTING] Test with different rust-toolchain[TEST] Test running with different toolchainsFeb 13, 2025
@alambalamb closed this Feb 13, 2025
@alamb
alamb deleted the alamb/pin_toolchain_different_version branch February 14, 2025 14:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationImprovements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@alamb