Skip to content
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

Request: Include nightly snapshot name in image tag #373

Open
kateinoigakukun opened this issue Mar 9, 2024 · 1 comment
Open

Request: Include nightly snapshot name in image tag #373

kateinoigakukun opened this issue Mar 9, 2024 · 1 comment

Comments

@kateinoigakukun
Copy link
Member

When using Swift SDK that contain pre-built stdlib and platform required libraries, the versions of the Swift compiler in the host toolchain and the one used to build libraries in the Swift SDK must be exactly the same.

For SDKs built from nightly snapshot toolchain, users need to use a specific snapshot version of toolchain, but currently there is no easy way to find the corresponding nightly docker image because all nightly images are tagged as the same name.

If we can push nightly images with alternative unique suffix like git tag name (e.g. swift-5.10-DEVELOPMENT-SNAPSHOT-2024-03-02-a), it would help nightly Swift SDK users a lot.

(Original conversation: kkebo/swift-syntax#7 (comment))

@kkebo
Copy link

kkebo commented Mar 31, 2024

If we can push nightly images with alternative unique suffix like git tag name (e.g. swift-5.10-DEVELOPMENT-SNAPSHOT-2024-03-02-a), it would help nightly Swift SDK users a lot.

It would be very helpful if that were to happen.

However, if there are the CI job logs that show the Swift toolchain version and the hash of the image that was pushed, that should be sufficient. I didn't know where to find the logs. I've found it. (nightly-6.0, nightly-main)

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

No branches or pull requests

2 participants