fix(doc): build mlir docs earlier

This commit is contained in:
Mayeul@Zama
2022-01-11 18:17:00 +01:00
committed by mayeul-zama
parent 2d0e9b1647
commit 8847e82203

View File

@@ -73,7 +73,7 @@ jobs:
cd /compiler
/opt/python/cp38-cp38/bin/pip install pytest
sed "s/pytest/\/opt\/python\/cp38-cp38\/bin\/python -m pytest/g" -i Makefile
make CCACHE=ON Python3_EXECUTABLE=/opt/python/cp38-cp38/bin/python BUILD_DIR=/build test
make CCACHE=ON Python3_EXECUTABLE=/opt/python/cp38-cp38/bin/python BUILD_DIR=/build test doc
echo "Debug: ccache statistics (after the build):"
ccache -s
chmod -R ugo+rwx /tmp/KeySetCache