PetarKirov / dlang.nix

Nix expressions for building D compilers
MIT License
6 stars 1 forks source link

Update Nix Flake lockfile #46

Closed nix-flake-update-bot[bot] closed 4 months ago

nix-flake-update-bot[bot] commented 5 months ago

Automated changes by create-pull-request GitHub action

github-actions[bot] commented 5 months ago

Thanks for your Pull Request!

Below you will find a summary of the cachix status of each package, for each supported platform.

package x86_64-linux x86_64-darwin aarch64-darwin
dmd ✅ cached ⏳ building... 🚫 not supported
dmd-2_096_1 ✅ cached ✅ cached 🚫 not supported
dmd-2_098_1 ✅ cached ⏳ building... 🚫 not supported
dmd-2_100_2 ✅ cached ⏳ building... 🚫 not supported
dmd-2_102_2 ✅ cached ⏳ building... 🚫 not supported
dmd-2_103_1 ✅ cached ⏳ building... 🚫 not supported
dmd-2_104_2 ✅ cached ⏳ building... 🚫 not supported
dmd-2_105_2 ✅ cached ⏳ building... 🚫 not supported
dmd-binary-2_079_1 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_080_1 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_081_2 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_082_1 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_083_1 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_084_1 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_085_1 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_086_1 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_087_1 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_088_1 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_089_1 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_090_1 ✅ cached ✅ cached 🚫 not supported
dmd-binary-2_098_0 ✅ cached ✅ cached 🚫 not supported
dmd-bootstrap ✅ cached ✅ cached 🚫 not supported
dub ✅ cached ✅ cached ✅ cached
dub-1_30_0 ✅ cached ✅ cached ✅ cached
ldc ✅ cached 🚧 known to fail (disabled) 🚧 known to fail (disabled)
ldc-1_30_0 ✅ cached 🚧 known to fail (disabled) 🚧 known to fail (disabled)
ldc-binary ✅ cached ✅ cached ✅ cached
ldc-binary-1_19_0 ✅ cached ✅ cached 🚫 not supported
ldc-binary-1_25_0 ✅ cached ✅ cached ✅ cached
ldc-binary-1_28_0 ✅ cached ✅ cached ✅ cached
ldc-binary-1_32_1 ✅ cached ✅ cached ✅ cached
ldc-binary-1_34_0 ✅ cached ✅ cached ✅ cached
PetarKirov commented 5 months ago

@dukc Judging by the CI logs, I think we may need to apply this patch: https://patch-diff.githubusercontent.com/raw/dlang/dmd/pull/15139.patch from https://github.com/dlang/dmd/pull/15139 (see also https://issues.dlang.org/show_bug.cgi?id=23846).

PetarKirov commented 4 months ago

I think we may need to apply this patch: https://patch-diff.githubusercontent.com/raw/dlang/dmd/pull/15139.patch

I've applied the fix in 9a750cdb105645cb14c60af13e919b5d5f13275c, #16. I'm closing this PR in favor of #49, since that one is newer.