bazel-starlib
bazel-starlib copied to clipboard
release_artifact_tests fail with tar error on windows
The shell script for release_artifact_tests is passing tar a path with d: prefix and failing. This is due to https://github.com/bazelbuild/bazel/issues/22803
tar: Cannot connect to D: resolve failed
This will be fixed by https://github.com/cgrindel/bazel-starlib/pull/446