Skip to content

Cargo build bug fix.#143

Closed
Jerryy959 wants to merge 3 commits intoRust-GPU:mainfrom
Jerryy959:dev/fix-build-bug
Closed

Cargo build bug fix.#143
Jerryy959 wants to merge 3 commits intoRust-GPU:mainfrom
Jerryy959:dev/fix-build-bug

Conversation

@Jerryy959
Copy link
Copy Markdown
Contributor

This pr for running cargo build bug-fix.
This pull request includes changes to the crates/rustc_codegen_nvvm/build.rs file and the rust-toolchain file to re-enable support for a specific target and update the Rust toolchain channel. The most important changes are as follows:

Re-enabling target support:

Logging improvements:

Toolchain update:

  • rust-toolchain: Updated the Rust toolchain channel from nightly-2021-12-04 to nightly-2022-11-22 to use a more recent version.

…command.

crates/rustc_codegen_nvvm/build.rs: support linux llvm-config pre-download image.
@Jerryy959 Jerryy959 mentioned this pull request Feb 18, 2025
Comment thread crates/rustc_codegen_nvvm/build.rs Outdated
@adamcavendish
Copy link
Copy Markdown
Contributor

I'm trying the prebuilt toolchain on Linux (Rocky Linux) and I see that the llvm-config requires libtinfo.so.5. This library is a part of ncurses so we might better either repack or include a shared library into the prebuilt package.

@LegNeato
Copy link
Copy Markdown
Contributor

I think some other PRs obsoleted this, thank you for the PR!

@LegNeato LegNeato closed this Mar 25, 2025
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.

3 participants