You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Dockerfile compatibility for newer Swift versions
Versions of the Swift docker image for version 5.7 and later have differences
that prevented the Dockerfile's instructions from working correctly, and did
not work with the `swiftbuild` script. This is fixed in this commit thusly:
* Changed the Dockerfile to pull the most recent Swift instead of Swift 5.6.
This is done because the Swift 5.6 docker image doesn't work for ARM Macs.
* Changed the name of `swiftbuild` to `swiftbuild.py` to clarify that it's a
Python script.
* Changed the Dockerfile to invoke `swiftbuild` by directly executing
`python3.10 swiftbuild.py`. This both uses the name for the Python installed
on the more recent image and is updated for the new name of the script.
* Reword dockerfile comment
* Tweak wording one more time.
---------
Co-authored-by: Eric Shepherd <[email protected]>
Co-authored-by: Steven Meyer <[email protected]>
0 commit comments