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

Restore SYSTEM, ARCH and MODEL information for bytecode-only architectures #11639

Merged
merged 1 commit into from
Oct 18, 2022

Conversation

dra27
Copy link
Member

@dra27 dra27 commented Oct 18, 2022

The mechanism used to mark the "no native backend yet" configurations for OCaml 5.0 in #10871 accidentally reverts #10044 (and which I just noticed while trying to use the value of system on a bytecode-only architecture).

This affects/regresses the output of ocamlc -config on the affected architectures, so I think it ought to go on 5.0.

@dra27 dra27 added this to the 5.0 milestone Oct 18, 2022
@dra27 dra27 requested a review from shindere October 18, 2022 09:40
@dra27
Copy link
Member Author

dra27 commented Oct 18, 2022

Running through precheck#791

@shindere
Copy link
Contributor

shindere commented Oct 18, 2022 via email

@dra27 dra27 merged commit 6a8bb4e into ocaml:trunk Oct 18, 2022
@dra27
Copy link
Member Author

dra27 commented Oct 18, 2022

Thanks, @shindere!

dra27 added a commit that referenced this pull request Oct 18, 2022
Restore `SYSTEM`, `ARCH` and `MODEL` information for bytecode-only architectures

(cherry picked from commit 6a8bb4e)
@dra27
Copy link
Member Author

dra27 commented Oct 18, 2022

Pushed to 5.0 in 76d6bae along with @Octachron's fix for Jenkins in 3411237

@dra27 dra27 deleted the system-arch branch October 18, 2022 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants