Skip to content

Commit

Permalink
Disable clover build as it doesn't work (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Jun 2, 2022
1 parent fb38129 commit ca0407d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildscript/modules/mesa3d.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,14 @@
@IF NOT EXIST "%devroot%\spirv-tools\build\%abi%\lib\pkgconfig\" set canclspv=0

@rem Clover requirements: basic support + Mesa 21.3, LLVM build with RTTI, gallium swrast, out of tree patches.
@rem Disabled as it doesn't work - https://github.com/pal1000/mesa-dist-win/issues/88
@set canclover=1
@IF %canopencl% EQU 0 set canclover=0
@IF %intmesaver% LSS 21300 set canclover=0
@IF %RTTI%==false set canclover=0
@if /I NOT "%glswrast%"=="y" set canclover=0
@IF %disableootpatch%==1 set canclover=0
@set canclover=0

@rem Add flags tracking PKG_CONFIG search PATH adjustment needs
@set PKG_CONFIG_LIBCLC=0
Expand Down
2 changes: 2 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- Misc documentation improvements.
### Build environment
- Update LLVM source for MSVC build to 14.0.4.
### Build script
- Disable clover build as it doesn't work (#88).
# 22.1.0
- Updated Mesa3D to [22.1.0](https://docs.mesa3d.org/relnotes/22.1.0.html).
- RADV has been removed from distribution per @zmike [suggestion](https://github.com/pal1000/mesa-dist-win/issues/103).
Expand Down

0 comments on commit ca0407d

Please sign in to comment.