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

GHActions: Solaris10 is failing #2425

Open
Willsparker opened this issue Jan 10, 2022 · 1 comment
Open

GHActions: Solaris10 is failing #2425

Willsparker opened this issue Jan 10, 2022 · 1 comment

Comments

@Willsparker
Copy link
Contributor

Ref: #2420 #2424

As of my PR, #2405 , the GitHub action is failing, as it uses the same Vagrantfile as VPC . However, as GitHub actions don't run on a set machine, we can't install the local box that I have on the VPC machine.

The box has the SolarisStudio compiler installed on it, so we can't have it accessible by the public (I think), which rules out storing it somewhere like ci.adoptopenjdk.net/userContent/, and also rules out putting it on the Vagrant Box repository.

I'm unaware if GitHub Actions can run from a specific machine that we could pre-provision, or if they can have access to a private server to get the box from?

@Willsparker
Copy link
Contributor Author

Linking a helpful conversation from Slack: https://adoptium.slack.com/archives/C53GHCXL4/p1641815007009500

The gist is that we should instead try to install SolarisStudio via the playbook, but have a secret provided to the box, to make it more secure; and the box will need to be re-built, without the compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants