|
@@ -69,7 +69,7 @@ runs:
|
|
|
HOSTCC="/usr/bin/ccache clang" \
|
|
HOSTCC="/usr/bin/ccache clang" \
|
|
|
HOSTCXX="/usr/bin/ccache clang+" \
|
|
HOSTCXX="/usr/bin/ccache clang+" \
|
|
|
LD="${{ github.workspace }}/kernel/common/ld-wrapper" \
|
|
LD="${{ github.workspace }}/kernel/common/ld-wrapper" \
|
|
|
- HOSTLD="${{ github.workspace }}/kernel/common/ld-wrapper"
|
|
|
|
|
|
|
+ HOSTLD="${{ github.workspace }}/kernel/common/ld-wrapper" || true
|
|
|
ls /home/runner/out
|
|
ls /home/runner/out
|
|
|
else
|
|
else
|
|
|
tools/bazel info output_base
|
|
tools/bazel info output_base
|