You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Makefile is configured such that the build-policies target must run before build-tests even though there is no actual dependency between the policy/PEX and the test binaries. This should be modified to allow make build-tests to run independently of make build-policies
The text was updated successfully, but these errors were encountered:
Currently, the Makefile is configured such that the
build-policies
target must run beforebuild-tests
even though there is no actual dependency between the policy/PEX and the test binaries. This should be modified to allowmake build-tests
to run independently ofmake build-policies
The text was updated successfully, but these errors were encountered: