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

gccWithoutTargetLibc: enable langCC #370683

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

gccWithoutTargetLibc: enable langCC

d4dfeae
Select commit
Loading
Failed to load commit list.
Draft

gccWithoutTargetLibc: enable langCC #370683

gccWithoutTargetLibc: enable langCC
d4dfeae
Select commit
Loading
Failed to load commit list.
OfBorg / gccWithoutTargetLibc, gccWithoutTargetLibc.passthru.tests on x86_64-linux skipped Jan 13, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on x86_64-linux: gccWithoutTargetLibc, gccWithoutTargetLibc.passthru.tests

Details

Partial log

         5970|     libcCross1 = binutilsNoLibc.libc;

Cannot nix-instantiate `gccWithoutTargetLibc.passthru.tests` because:
error: assertion '((stdenv).targetPlatform != (stdenv).hostPlatform)' failed
       at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/ofborg-core/pkgs/top-level/all-packages.nix:5969:26:
         5968|   # built with, and use, that cross-compiled libc.
         5969|   gccWithoutTargetLibc = assert stdenv.targetPlatform != stdenv.hostPlatform; let
             |                          ^
         5970|     libcCross1 = binutilsNoLibc.libc;