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

Add OmniOS CI job #2406

Merged
merged 1 commit into from
Jan 1, 2025
Merged

Add OmniOS CI job #2406

merged 1 commit into from
Jan 1, 2025

Conversation

samsinsane
Copy link
Member

What does this PR do?

Adds OmniOS CI job. Fixes #2387

How does this PR change Premake's behavior?

N/A

Anything else we should know?

N/A

Did you check all the boxes?

  • Focus on a single fix or feature; remove any unrelated formatting or code changes
  • Add unit tests showing fix or feature works; all tests pass
  • Mention any related issues (put closes #XXXX in comment to auto-close issue when PR is merged)
  • Follow our coding conventions
  • Minimize the number of commits
  • Align documentation to your changes

You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to requests like these!

- name: Build
run: |
cd $GITHUB_WORKSPACE
CC=${{ matrix.cc }} PLATFORM=${{ matrix.platform }} CONFIG=${{ matrix.config }} PREMAKE_OPTS="--cc=${{ matrix.cc }}" ./Bootstrap.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are both CC=${{ matrix.cc }} and "--cc=${{ matrix.cc }}" required?
Some jobs have both, some don't.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is copy-pasted, but yes it is required sometimes.

CC is for Bootstrap.mak. Some of these systems don't have cc set to anything, so we need to specify via CC.
--cc is for Premake. Really only required when using Clang, but not really worth removing.

@@ -45,6 +45,7 @@ project "curl-lib"
"/usr/local/share/certs/ca-root-nss.crt",
"/etc/certs/ca-certificates.crt",
"/etc/ssl/cert.pem",
"/etc/ssl/cacert.pem",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it part of this PR?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's where the web/ca-bundle package installed the CA certs.

@nickclark2016 nickclark2016 merged commit 1420eae into premake:master Jan 1, 2025
47 checks passed
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

Successfully merging this pull request may close these issues.

Please add illumos to CI
3 participants