diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-25 17:18:59 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-30 15:02:20 +0200 |
commit | c396370aa3b58b75d6c43d97aa4288b5e7b8170e (patch) | |
tree | 75ed69e6dfbcedec68c81c6eb11dc8613bd88c4b | |
parent | 2b53541f6565243d999872a13a0ff60c803a59e7 (diff) | |
download | justbuild-c396370aa3b58b75d6c43d97aa4288b5e7b8170e.tar.gz |
tests: Support toolchain in remote rule
-rw-r--r-- | test/utils/remote_execution/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/remote_execution/RULES b/test/utils/remote_execution/RULES index af8d440f..f776bddb 100644 --- a/test/utils/remote_execution/RULES +++ b/test/utils/remote_execution/RULES @@ -162,7 +162,7 @@ , ["host-trans", {"type": "CALL_EXPRESSION", "name": "host transition"}] , ["defaults-transition", {"type": "var", "name": "host-trans"}] , ["deps-transition", {"type": "var", "name": "host-trans"}] - , ["deps-fieldnames", ["private-deps"]] + , ["deps-fieldnames", ["private-deps", "defaults"]] , ["transition", {"type": "CALL_EXPRESSION", "name": "host transition"}] , ["fieldname", "runner"] , ["location", "runner"] |