Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

v1.18: ci: don't self-update rustup when using the rust-version script (backport of #1209) #1215

Merged
merged 1 commit into from
May 11, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented May 7, 2024

Problem

we have some issues with Windows pipelines when setting up Rust version.
context: https://discord.com/channels/428295358100013066/560503042458517505/1237118149510566011

I found an issue in rustup repo: rust-lang/rustup#3709

I think it's harmless to adopt the workaround as our standard process. (even a better idea :trollface:)

Summary of Changes

add --no-self-update to rust-version

the successful build: https://github.com/anza-xyz/agave/actions/runs/8979866592/job/24662583658?pr=1209


This is an automatic backport of pull request #1209 done by [Mergify](https://mergify.com).

* ci: don't update rustup when using the rust-version script

* XXX: fake updates for triggering all

* Revert "XXX: fake updates for triggering all"

This reverts commit b343e61.

(cherry picked from commit 206a87a)
@mergify mergify bot requested review from a team as code owners May 7, 2024 09:39
@mergify mergify bot assigned yihau May 7, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.6%. Comparing base (a73b6cb) to head (3f9a304).

Additional details and impacted files
@@            Coverage Diff            @@
##            v1.18    #1215     +/-   ##
=========================================
- Coverage    81.6%    81.6%   -0.1%     
=========================================
  Files         827      827             
  Lines      225352   225352             
=========================================
- Hits       184043   183997     -46     
- Misses      41309    41355     +46     

Copy link

@CriesofCarrots CriesofCarrots left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI-only change

@joedenis01 joedenis01 self-requested a review May 11, 2024 03:38
@yihau yihau merged commit 4b7d0c2 into v1.18 May 11, 2024
21 checks passed
@yihau yihau deleted the mergify/bp/v1.18/pr-1209 branch May 11, 2024 03:39
anwayde pushed a commit to firedancer-io/agave that referenced this pull request Jul 23, 2024
…t (backport of anza-xyz#1209) (anza-xyz#1215)

ci: don't self-update rustup when using the rust-version script (anza-xyz#1209)

* ci: don't update rustup when using the rust-version script

* XXX: fake updates for triggering all

* Revert "XXX: fake updates for triggering all"

This reverts commit b343e61.

(cherry picked from commit 206a87a)

Co-authored-by: Yihau Chen <yihau.chen@icloud.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants