Skip to content

Commit

Permalink
Remove debug call and retry on same file, since it varies which file …
Browse files Browse the repository at this point in the history
…fails.

Seemed to have completed on x64 build
  • Loading branch information
larshg committed Oct 18, 2023
1 parent 08888f0 commit e3557b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .dev/docker/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,3 @@ RUN cd .\vcpkg; `
.\vcpkg install boost flann eigen3 qhull vtk[qt,opengl] gtest benchmark openni2 --triplet $Env:PLATFORM-windows-rel --host-triplet $Env:PLATFORM-windows-rel --clean-after-build --x-buildtrees-root=C:\b; `
cat C:\b\qtdeclarative\install-$Env:PLATFORM-windows-rel-rel-out.log
RUN echo %ERRORLEVEL% `
cmd.exe /C "cd /D C:\b\qtdeclarative\x86-windows-rel-rel\src\quick && C:\vcpkg\installed\x86-windows-rel\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o C:/b/qtdeclarative/x86-windows-rel-rel/src/quick/.qsb/scenegraph/shaders_ng/flatcolor.vert.qsb C:/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/flatcolor.vert" `
echo %ERRORLEVEL%

0 comments on commit e3557b5

Please sign in to comment.