-
-
Notifications
You must be signed in to change notification settings - Fork 232
ci: Re-enable GDC workflow #3009
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
✅ PR OK, no changes in deprecations or warnings Total deprecations: 0 Total warnings: 0 Build statistics: statistics (-before, +after)
executable size=5338768 bin/dub
-rough build time=64s
+rough build time=65s Full build output
|
Wonderful |
Raise bug reports. ;-) |
@ibuclaw : I don't have an account. You can easily reproduce with: $ podman run --rm -it alpine:edge
$ apk add --no-cache bash build-base curl curl-dev dtools dub git grep rsync gcc-gdc
$ git clone https://github.com/dlang-community/D-YAML.git
$ cd D-YAML
$ dub test --compiler=gdc ICE is:
And relevant packages:
|
@Geod24 given the location of the ICE, I guess you can compile with https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119817 In within hours of gcc-15.1 being branched for release. |
Good catch (and timing)! |
No description provided.