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

chore: fix build on gcc 10 #79

Merged
merged 4 commits into from
Jul 11, 2020
Merged

Conversation

glennsl
Copy link
Collaborator

@glennsl glennsl commented Jun 30, 2020

OCaml 4.8 doesn't build with gcc 10, so this bumps it to 4.10 in dev, and pins opam to 2.5.0 to get rid of the secondary compiler, which is also 4.8.

@glennsl glennsl requested a review from wokalski June 30, 2020 10:53
Comment on lines +13 to +26
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure what this is about. All I've done is tweak the dependencies, the dune-project lang, and run esy.

Copy link
Member

Choose a reason for hiding this comment

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

New dune version 😄

@glennsl
Copy link
Collaborator Author

glennsl commented Jun 30, 2020

/azp run

@azure-pipelines
Copy link

There was an error handling pipeline event 00022995-427b-4870-bd9d-212194b0b976. The command could not be run.

@glennsl
Copy link
Collaborator Author

glennsl commented Jun 30, 2020

:( caching on the windows CI box might be broken

Copy link
Member

@wokalski wokalski left a comment

Choose a reason for hiding this comment

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

Thanks!

Comment on lines +13 to +26
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
Copy link
Member

Choose a reason for hiding this comment

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

New dune version 😄

@wokalski wokalski merged commit 8c183c0 into briskml:master Jul 11, 2020
@glennsl glennsl deleted the chore/build/gcc-10-fix branch July 11, 2020 10:36
@Et7f3
Copy link
Contributor

Et7f3 commented Jul 11, 2020

I think we can erase this devDeps on dune2.5.0 because [email protected] has received the proper gcc with upstream

@glennsl
Copy link
Collaborator Author

glennsl commented Jul 11, 2020

Indeed it has! Submitted #82 to remove it. Thanks for the heads up @Et7f3

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.

3 participants