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
Currently, buildlet assumes that all Solaris amd64 builders need a special bootstrap workaround to download and retrieve a bootstrap tarball and set PATH.
In addition, the dashboard is configured to use /opt/local/go-solaris-amd64-bootstrap for the Oracle Solaris builders, but really should be /opt/golang/go-solaris-amd64-bootstrap.
Both of these changes are needed to allow the Oracle Solaris builders to work "out of the box" with the upstream version of buildlet.
The text was updated successfully, but these errors were encountered:
Currently, buildlet assumes that all Solaris amd64 builders need a special bootstrap workaround to download and retrieve a bootstrap tarball and set PATH.
In addition, the dashboard is configured to use
/opt/local/go-solaris-amd64-bootstrap
for the Oracle Solaris builders, but really should be/opt/golang/go-solaris-amd64-bootstrap
.Both of these changes are needed to allow the Oracle Solaris builders to work "out of the box" with the upstream version of buildlet.
The text was updated successfully, but these errors were encountered: