ci: Run tests using dxcompiler.
1 unresolved thread
1 unresolved thread
This goes on top of !346 (merged). See a pipeline example.
Merge request reports
Activity
requested review from @giomasce
removed review request for @giomasce
added 50 commits
-
fed51e1d...05d516bb - 45 commits from branch
wine:master
- d2e5b3cb - ci: Speed up the Docker image creation with eatmydata.
- 7cb5ee35 - ci: Build widl for 64 bit.
- 79946c5d - tests: Fail if dxcompiler is not available at runtime.
- e9f74a54 - ci: Build the DXIL parser.
- 4251a87f - ci: Run tests using dxcompiler.
Toggle commit list-
fed51e1d...05d516bb - 45 commits from branch
19 doxygen doxygen-latex graphviz \ 20 mesa-vulkan-drivers mesa-vulkan-drivers:i386 \ 21 vulkan-tools spirv-headers \ 22 libvulkan-dev libvulkan-dev:i386 \ 23 libncurses-dev libncurses-dev:i386 \ 24 libxcb1-dev libxcb1-dev:i386 \ 25 libxcb-util-dev libxcb-util-dev:i386 \ 26 libxcb-icccm4-dev libxcb-icccm4-dev:i386 \ 27 libxcb-keysyms1-dev libxcb-keysyms1-dev:i386 && \ 15 apt-get install -y eatmydata && \ 16 eatmydata apt-get dist-upgrade -y && \ 17 eatmydata apt-get install -y build-essential pkg-config gcc-multilib gcc-mingw-w64 \ 18 autoconf automake libtool flex bison curl \ 19 git ca-certificates rsync \ 20 doxygen doxygen-latex graphviz \ 21 mesa-vulkan-drivers mesa-vulkan-drivers:i386 \ It's probably not particularly useful in production, but during development it can be useful to iterate a few times on the Docker script, and trimming a few minutes can be nice. On the other hand, is there a real reason for which using eatmydata is a problem?
Well, it's an extra package that makes the image bigger, and it's adding some noise to the script. Nothing major of course.
changed this line in version 3 of the diff
added 13 commits
-
fe53c1f0...38a73097 - 9 commits from branch
wine:master
- 1ee0cbb6 - ci: Build widl for 64 bit.
- c1de65a9 - tests: Fail if dxcompiler is not available at runtime.
- 680a5aaa - ci: Build the DXIL parser.
- 1bd8baf4 - ci: Run tests using dxcompiler.
Toggle commit list-
fe53c1f0...38a73097 - 9 commits from branch
Please register or sign in to reply