File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,11 @@ jobs:
322322 cat /c/vcpkg/packages/libxml2_x64-windows-static/share/libxml2/libxml2-config.cmake
323323 cat "/c/Program Files/CMake/share/cmake-3.31/Modules/FindLibXml2.cmake"
324324
325+ - name : Install python dependencies
326+ shell : bash
327+ run : |
328+ pip install packaging psutil
329+
325330 - name : Configure
326331 id : build
327332 shell : bash
@@ -380,6 +385,9 @@ jobs:
380385 # These almost always fail so don't let them fail the build and prevent the uploads.
381386 continue-on-error : true
382387 shell : bash
388+ env :
389+ # Some tests seem to timeout on windows, so limit the runtime.
390+ LIT_OPTS : " --timeout=300"
383391 run : |
384392 ninja -C ${{ steps.setup-stage.outputs.build-prefix }}/build stage2-check-all
385393
You can’t perform that action at this time.
0 commit comments