Page MenuHomePhabricator

[guix] unset EMULATE_FHS when not needed
ClosedPublic

Authored by PiRK on Mar 5 2024, 11:35.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCc47157a3a05a: [guix] unset EMULATE_FHS when not needed
Summary

Currently we set the var, and it stays set when the next host is reached even if it is *darwin*, which causes the darwin build to fail because the --emulate-fhs option is not compatible with using both gcc-toolchain and clang-toolchain.

Test Plan

Run the MacOS build after any other build:

HOSTS="x86_64-linux-gnu x86_64-apple-darwin"  contrib/guix/guix-build

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK published this revision for review.Mar 5 2024, 11:46
This revision is now accepted and ready to land.Mar 5 2024, 11:50
This revision was automatically updated to reflect the committed changes.