-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build on Linux #99149
Comments
Before building the repo This is just a harmless warning. Unfortunately the repo is configured to promote it to an error. |
#99141 ? |
That doesn't seem to fix. Looks like it really does need those missing files.
This looks like the same error. I'm not sure how arcade connects to the dotnet build so can't test explicitly. Do I just have to wait until something filters through and my build will start working again? |
Yes.
This fixes it for me on Windows. It might be some of the bash scripts don't propagate the variable properly. I see they handle it, but I rarely build outside Windows so I don't know if it actually works. CS8032 is a warning. It gets upgraded to an error due to repo policy. |
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsDescriptionWith latest HEAD (b00f084), but I've been seeing it since morning UK time 29 Feb. I'm unable to build coreclr on Linux, X86 or Arm64, due to nuget errors Reproduction Stepsbuild.sh -rc checked -lc release -s clr Expected behaviorcoreclr builds Actual behaviorx86 Linux:
Regression?Yes. Known WorkaroundsNo response Configurationuname -v HEAD Other informationNo response
|
Seems that this should hopefully get fixed with dotnet/arcade#14533 |
FYI it's not yet fixed until we take this arcade deps flow: https://github.com/dotnet/runtime/pull/99112/files It contains the commit update created when merging this PR: dotnet/arcade#14533 |
Description
With latest HEAD (b00f084), but I've been seeing it since morning UK time 29 Feb.
I'm unable to build coreclr on Linux, X86 or Arm64, due to nuget errors
Reproduction Steps
build.sh -rc checked -lc release -s clr
Expected behavior
coreclr builds
Actual behavior
x86 Linux:
Regression?
Yes.
Known Workarounds
No response
Configuration
uname -v
#40~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 16 10:53:04 UTC 2
HEAD
b00f084
Other information
No response
The text was updated successfully, but these errors were encountered: