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

inkcpp_test build error on M1/arm64 #37

Merged
merged 3 commits into from
Dec 1, 2021
Merged

inkcpp_test build error on M1/arm64 #37

merged 3 commits into from
Dec 1, 2021

Conversation

JBenda
Copy link
Owner

@JBenda JBenda commented Nov 30, 2021

Update Catch dependency to fix compile error

@JBenda JBenda added the bug Something isn't working label Nov 30, 2021
@JBenda JBenda self-assigned this Nov 30, 2021
@JBenda JBenda linked an issue Nov 30, 2021 that may be closed by this pull request
@brwarner
Copy link
Collaborator

I think the fail is caused by some kind of permission issue. Let's see if it works when I re-trigger the jobs.

@brwarner
Copy link
Collaborator

This is a known GitHub issue when issuing PRs from a fork.

actions/first-interaction#10

The failing action is trying to post a comment on this PR with the inkproof results but since it's running from a fork, the environment is read-only (despite the fact you're a collaborator on this project).

Anyway, the builds are passing so that's good.

@JBenda
Copy link
Owner Author

JBenda commented Dec 1, 2021

Then we just need to verify that this fixes the compilation error for M1/arm64 chips.

@JBenda
Copy link
Owner Author

JBenda commented Dec 1, 2021

  • Update Catch to work on M1/arm64
  • fix Warning from macOS compiler about wrong initialization order
  • disable "Pull Request Report" for PRs from forks

@JBenda JBenda marked this pull request as ready for review December 1, 2021 17:59
@JBenda JBenda requested a review from brwarner December 1, 2021 17:59
@JBenda JBenda merged commit fef0d1c into JBenda:master Dec 1, 2021
@JBenda JBenda deleted the fix/36 branch December 1, 2021 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

inkcpp_test does not compile on M1 / arm64
2 participants