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

4.3.6 and 4.2.5 Debian based Haxe images failing to rebuild #11

Open
yosifkit opened this issue Sep 30, 2024 · 1 comment
Open

4.3.6 and 4.2.5 Debian based Haxe images failing to rebuild #11

yosifkit opened this issue Sep 30, 2024 · 1 comment

Comments

@yosifkit
Copy link

The 4 Debian based images (haxe:4.3.6-bookworm, haxe:4.3.6-bullseye, haxe:4.2.5-bookworm, and haxe:4.2.5-bullseye) are failing to build after we merged the most recent Debian update and attempted to rebuild like we normally do every 3-5 weeks. It is failing on all three supported architectures: amd64, arm32v7, arm64v8. I'm not sure what has changed. 😕

I think the snippets below are the most relevant part of the log, but the full log is also on our Jenkins server (https://doi-janky.infosiftr.net/job/wip/job/new/job/build-arm64v8/36806/console) or for a short time on GitHub actions for amd64 builds (like this one https://github.com/docker-library/meta/actions/runs/11115548654).

+ make all tools
...
File "src/context/typecore.ml", line 297, characters 24-59:
297 | 				if not (List.exists (ExtLib.String.starts_with p.pfile) ctx.com.std_path) then begin
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type prefix:string -> bool
       but an expression was expected of type 'a -> bool
...
make: *** [Makefile:81: haxe] Error 1
andyli added a commit that referenced this issue Oct 1, 2024
@andyli
Copy link
Member

andyli commented Oct 1, 2024

Thanks for the heads up!
Looks like it's the latest release of extlib (1.8.0) broke the build. I will pin it to the previous version for now.

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

No branches or pull requests

2 participants