try building offload in ci - #153203
Closed
ZuseZ4 wants to merge 1 commit into
Closed
Conversation
Member
Author
|
@bors try jobs=dist-x86_64-linux |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Feb 27, 2026
try building offload in ci try-job: dist-x86_64-linux
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Contributor
|
💔 Test for 9bae4da failed: CI. Failed job:
|
rust-timer
added a commit
that referenced
this pull request
Aug 11, 2026
Rollup merge of #159064 - sgasho:offload-dist, r=Kobzol Add offload support to the dist-x86_64-linux CI job Add offload support to the dist-x86_64-linux CI job This enables users to compile offload code without building rustc from source - Package the offload runtime shared libraries - Package the AMDGPU and NVPTX device runtime libraries I checked the tarballs work by compiling & running the sample offload code here: https://rustc-dev-guide.rust-lang.org/offload/usage.html | Before | After | | --- | --- | | <img width="511" height="246" alt="スクリーンショット 2026-07-16 23 46 46" src="https://github.com/user-attachments/assets/f05cbabe-d6d5-4d1a-ae49-45e8a8092d69" /> | <img width="503" height="360" alt="スクリーンショット 2026-07-16 23 49 32" src="https://github.com/user-attachments/assets/4f69e15d-231b-4a27-a719-29da42b46d70" /> | | <img width="595" height="998" alt="スクリーンショット 2026-07-16 23 48 31" src="https://github.com/user-attachments/assets/5dbbe9d1-2c26-4002-8a8c-d15edc3ea4db" /> | <img width="594" height="986" alt="スクリーンショット 2026-07-16 23 50 27" src="https://github.com/user-attachments/assets/90575be6-4970-4038-8248-9b9dd6cbaef3" /> | There are two changes affect outside of offload (I left github comments on the relevant sections). So, r? @Kobzol r? @jieyouxu r? @ZuseZ4 closes: #153203 * Continuous of #153203
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to a previously working build (on llvm-21): #148671 (comment)
r? @jieyouxu (for now just testing, but once working I'll want to merge it with or without libc-for-gpu based on how the other pr goes)