Changed output directory for Pi CI build to fix permissions problem with nightlies (#13257)
* Fix for RTLD_GLOBAL breakage of Pi builds, and removed Eigen version change for Pi that's no longer needed * Fixed Pi Zero OpenBLAS build problems and tidied up directories used * More robust checks in Pi build script * Changed output directory for Pi CI build to fix permissions problem
This commit is contained in:
parent
d148404041
commit
1e1b3d9029
@ -96,7 +96,7 @@ bazel build -c opt ${PI_COPTS} \
|
||||
//tensorflow/tools/benchmark:benchmark_model \
|
||||
//tensorflow/tools/pip_package:build_pip_package
|
||||
|
||||
OUTDIR=bazel-out/pi
|
||||
OUTDIR=output-artifacts
|
||||
mkdir -p "${OUTDIR}"
|
||||
echo "Final outputs will go to ${OUTDIR}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user