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

Use hard-coded values in build script #177

Merged
merged 1 commit into from
Dec 26, 2021
Merged

Conversation

paholg
Copy link
Owner

@paholg paholg commented Dec 25, 2021

Should fix #162

@paholg paholg merged commit 273bc6b into main Dec 26, 2021
ruuda added a commit to ChorusOne/solana that referenced this pull request Jul 7, 2022
Version 0.15.0 fixes an issue where code that runs at build-time would
be compiled with the target_cpu setting, and the target CPU might
support instructions that the host system does not have, causing a
SIGILL during the build.

See also [1] and [2].

[1]: paholg/typenum#162
[2]: paholg/typenum#177
ruuda added a commit to ChorusOne/solana that referenced this pull request Jul 7, 2022
Version 1.15.0 fixes an issue where code that runs at build-time would
be compiled with the target_cpu setting, and the target CPU might
support instructions that the host system does not have, causing a
SIGILL during the build.

See also [1] and [2].

[1]: paholg/typenum#162
[2]: paholg/typenum#177
CriesofCarrots pushed a commit to solana-labs/solana that referenced this pull request Jul 7, 2022
Bump typenum from 1.14.0 to 1.15.0

Version 1.15.0 fixes an issue where code that runs at build-time would
be compiled with the target_cpu setting, and the target CPU might
support instructions that the host system does not have, causing a
SIGILL during the build.

See also [1] and [2].

[1]: paholg/typenum#162
[2]: paholg/typenum#177
ruuda added a commit to ChorusOne/solana that referenced this pull request Jul 15, 2022
Version 1.15.0 fixes an issue where code that runs at build-time would
be compiled with the target_cpu setting, and the target CPU might
support instructions that the host system does not have, causing a
SIGILL during the build.

See also [1] and [2].

[1]: paholg/typenum#162
[2]: paholg/typenum#177
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.

Compile fails with target_cpu on GitHub Actions for OSX - illegal instruction
1 participant