-
Notifications
You must be signed in to change notification settings - Fork 5k
Daily Builds link is not up to date in README #32055
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
Comments
This section has been out of date since the repo consolidation. The Master column is from November - the last build from core-setup. The other columns don't make sense for this repo, since we don't service those releases from dotnet/runtime. We can bring this table back when we get a way to keep the links up to date. See dotnet#32055 for tracking that.
This section has been out of date since the repo consolidation. The Master column is from November - the last build from core-setup. The other columns don't make sense for this repo, since we don't service those releases from dotnet/runtime. We can bring this table back when we get a way to keep the links up to date. See #32055 for tracking that.
Currently the table is out of date since we didn't port the "latest" channel infra to the consolidated repo. I don't know a way to get info about the latest builds with public information, other than watching downstream repos for updates. (With Msft credentials, you can use Darc/BAR.) Options:
@dotnet/runtime-infrastructure @mmitche
dotnet/runtime is the place to file issues and track whatever's going on with core-setup servicing, so I think it makes some sense to have them here. We also got rid of (The POR has also been to use |
Is there a way for developers to at least manually get the daily builds somewhere else? |
That's SDK bundle but I was referring to runtime only installers |
A way to get it at the moment is look in this file for E.g. Assemble the URL of the artifact you're interested in using that version number:
To get a build that hasn't merged into Core-SDK yet, you can look to see if there's an active auto-upgrade PR and grab the version from that: https://github.com/dotnet/core-sdk/pulls?utf8=%E2%9C%93&q=is%3Apr+author%3Aapp%2Fdotnet-maestro+base%3Amaster (Unfortunately not any way to look up build versions directly without Microsoft auth. dotnet/arcade-services#2566.) |
@dagood It is a bit complicated but unfortunately I need runtime only of the preview, so thank you for helping me out ❤ |
This should be unblocked soon per dotnet/arcade#4948. #33230 contains this arcade update: dotnet/arcade@421b20f...d9a664e, which contains the commit from that PR. So, we're currently blocked on that auto-update. Once this link suggested in the arcade PR works, I think we can move on this issue: |
From an official build, looks like this is almost there and we got some links that work, but we hit this Arcade bug causing publish failure: dotnet/arcade#5044
|
https://github.com/dotnet/runtime/tree/95cff585613585e06a316e850830ef6e401858af#daily-builds
The whole "Master" column is out of date. The "latest" daily build is the last one from core-setup. I'm going to delete that whole table until we can get a way to keep this table up to date. (Note that the other columns don't apply to this repo, so there is no sense putting them here. The servicing branches are in core-setup.)
Leaving this issue open to track some new way of getting a latest "Daily Build" link on our REAME.
/cc @dagood
The text was updated successfully, but these errors were encountered: