-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: update gappa to version 1.6.0 #28914
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
base: master
Are you sure you want to change the base?
Conversation
jmid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
On the CI the two MinGW workflows fail to find bison because conf-bison doesn't support MinGW ATM 🤷
More interestingly, there is a single failure on x86_32 with OCaml 4.14:
https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/65fa29ce602d4d463a170e0c6d224858a4a186f4/variant/extras,x86_32-ocaml-4.14,gappa.1.6.0
#=== ERROR while compiling gappa.1.6.0 ========================================#
# context 2.5.0~beta1 | linux/x86_32 | ocaml-base-compiler.4.14.2 | pinned(https://gappa.gitlabpages.inria.fr/releases/gappa-1.6.0.tar.gz)
# path ~/.opam/4.14/.opam-switch/build/gappa.1.6.0
# command ~/.opam/opam-init/hooks/sandbox.sh build ./remake --jobs=71
# exit-code 1
# env-file ~/.opam/log/gappa-7-b6aa76.env
# output-file ~/.opam/log/gappa-7-b6aa76.out
### output ###
# Failed to locate Remakefile in the current directory or one of its parents
Looking briefly at https://gitlab.inria.fr/gappa/gappa I'm not entirely sure what is causing this. IIUC, the repo seems to vendor a copy of remake which I think is the one failing. It is failing on x86_32 with 4.14 (with native code compilation) but passing on x86_32 with 5.x (with bytecode compilation). Simultaneously both the 4.14 and 5.x workflow for arm32 are passing, so it doesn't seem to just be a 32-bit issue... 🤔 Any ideas?
|
Thanks! [ "bison" ] { os-family = "cygwin" } But I’m not an expert at all, so I may be mistaken. |
|
Yes, to avoid the Anyway, since that is a I was curious to hear your thoughts on the x86_32 OCaml.4.14 failure... |
7d992cd to
5fed620
Compare
jmid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
IIUC, the 4.14 vs 5.x differences for x86_32 was a red herring, as this seems to be a C++ project and hence independent of the OCaml version.
Anyway: Would you consider adding an x-maintenance-intent entry?
https://github.com/ocaml/opam-repository/blob/master/governance/policies/archiving.md
|
Hello! So I’m not sure whether I’m the right person to set this field, and I don’t want to make a mistake. Have a nice day, |
|
Hm, since this seems to be a C++ project packaged with Now, admittedly there aren't that many opam-repo releases with 1.3.5 being added 5 years ago, 1.4.0 4 years ago, and 1.4.1 2-3 years ago. Furthermore these are only a selection of the actual releases it seems: https://gitlab.inria.fr/gappa/gappa/-/tags With a continuous stream of regular releases, I suspect that P.s. I try to remember to ask this question on all package PRs missing an entry. From a resource perspective it is of course more relevant to reduce a package in 30 versions than one with 3... 🙂 |
5fed620 to
ee2a8ed
Compare
|
Ok I understand ! Thanks for your explanations. |
No description provided.