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
The only stumbling block is that the default image in GitHub Codespaces is currently based on Ubuntu 20.04, which doesn't have libstdc++-12-dev. However it seems like the installed libstdc++-9-dev should be fine too.
Alternatively we could of course try use something based on the swift-Docker image, similar to our production image (though of course without the slimmed down runner image or cross-compilation).
The text was updated successfully, but these errors were encountered:
This could be useful for quickly spinning up a dev environment, e.g. in a local container or a codespace:
The setup should follow the standard Ubuntu setup:
Scripts/install-dependencies-apt
or install the equivalent dependencies manually/opt/swift
Add symlinks to make it accessible from the
PATH
:The only stumbling block is that the default image in GitHub Codespaces is currently based on Ubuntu 20.04, which doesn't have
libstdc++-12-dev
. However it seems like the installedlibstdc++-9-dev
should be fine too.Alternatively we could of course try use something based on the
swift
-Docker image, similar to our production image (though of course without the slimmed down runner image or cross-compilation).The text was updated successfully, but these errors were encountered: