We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c138210 commit 01c7d7dCopy full SHA for 01c7d7d
src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java
@@ -1026,6 +1026,7 @@ public FragmentOptions getExec() {
1026
1027
// === Pass on C++ compiler features.
1028
exec.incompatibleUseHostFeatures = incompatibleUseHostFeatures;
1029
+ exec.hostFeatures = ImmutableList.copyOf(hostFeatures);
1030
if (incompatibleUseHostFeatures) {
1031
exec.defaultFeatures = ImmutableList.copyOf(hostFeatures);
1032
} else {
0 commit comments