Page MenuHomePhabricator

[guix] Fix guix-clean on CI
ClosedPublic

Authored by Fabien on Mar 20 2024, 12:52.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCf1dbd8bd6951: [guix] Fix guix-clean on CI
Summary

It is not possible to pass a bash array as an environment variable, so the extra excludes are not properly expanded and cause git clean to fail silently.

Test Plan

Create some in tree directory, then:

./contrib/teamcity/build-configurations.py guix-osx

Check the directlry is removed.

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Mar 20 2024, 12:52
This revision is now accepted and ready to land.Mar 20 2024, 14:22
This revision was automatically updated to reflect the committed changes.