mirror of https://github.com/google/oss-fuzz.git
Use `rsync` instead of `cp -r` and resolve symlinks. (#8044)
Resolving symlinks makes the test start executing. However, locally I still got some test failures, which I don't know if are expected or not. But still, it is some progress. Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
This commit is contained in:
parent
71f4c01843
commit
0296d0f379
|
@ -16,4 +16,4 @@
|
|||
################################################################################
|
||||
|
||||
bazel build BouncyCastleAllTests
|
||||
cp -r bazel-bin/* $OUT
|
||||
rsync -aLkR bazel-bin/* $OUT
|
||||
|
|
Loading…
Reference in New Issue