There are some ports which are host-only; these ports should be skipped on non-native triplets in CI. However, we have an issue where those skips for the target also become skips for the host.
In commands.ci.cpp, line 537, we need to check if the action is a host port or not.
There are some ports which are host-only; these ports should be skipped on non-native triplets in CI. However, we have an issue where those skips for the target also become skips for the host.
In commands.ci.cpp, line 537, we need to check if the action is a host port or not.