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

Fix broken build.x86_64-linux job #573

Merged
merged 1 commit into from Jul 7, 2018

Conversation

jmitchell
Copy link
Contributor

@jmitchell jmitchell commented Jul 7, 2018

The job has been failing since https://hydra.nixos.org/eval/1461286
with the following error:

hydra-eval-jobs.cc:278:17: error: 'evalSettings' was not declared in this scope
                 evalSettings.restrictEval = true;
                 ^~~~~~~~~~~~

This is likely due to a typo in 0882519 where that line and the
corresponding comment were moved, and settings was changed in that
one place to evalSettings.

I reproduced the error by running nix-build release.nix -A build.x86_64-linux on my machine, and this small change makes it build.

The job has been failing since https://hydra.nixos.org/eval/1461286
with the following error:

    hydra-eval-jobs.cc:278:17: error: 'evalSettings' was not declared in this scope
                     evalSettings.restrictEval = true;
                     ^~~~~~~~~~~~

This is likely due to a typo in 0882519 where that line and the
corresponding comment were moved, and `settings` was changed in that
one place to `evalSettings`.

I reproduced the error by running `nix-build release.nix -A
build.x86_64-linux` on my machine, and this small change fixes it.
@domenkozar domenkozar merged commit c2e2b42 into NixOS:master Jul 7, 2018
edolstra added a commit that referenced this pull request Jul 31, 2018
This reverts commit c2e2b42, which
breaks building with nixUnstable.
tomberek pushed a commit to tomberek/hydra that referenced this pull request Aug 21, 2018
The job has been failing since https://hydra.nixos.org/eval/1461286
with the following error:

    hydra-eval-jobs.cc:278:17: error: 'evalSettings' was not declared in this scope
                     evalSettings.restrictEval = true;
                     ^~~~~~~~~~~~

This is likely due to a typo in 0882519 where that line and the
corresponding comment were moved, and `settings` was changed in that
one place to `evalSettings`.

I reproduced the error by running `nix-build release.nix -A
build.x86_64-linux` on my machine, and this small change fixes it.
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

Successfully merging this pull request may close these issues.

None yet

2 participants