Skip to content
Snippets Groups Projects
Commit 78792919 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

ci: use an OSMesa build with a static LLVM

This should reduce the wheel sizes by quite a bit.
parent fe1e9d90
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,10 @@ if (NOT "$ENV{CMAKE_CONFIGURATION}" MATCHES "osmesa") ...@@ -13,10 +13,10 @@ if (NOT "$ENV{CMAKE_CONFIGURATION}" MATCHES "osmesa")
return () return ()
endif () endif ()
set(date "20230103") set(date "20230709")
if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "x86_64") if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "x86_64")
set(arch "x86_64") set(arch "x86_64")
set(sha256sum "c5f2b1327c1b26982346b6b90c9a852cbf52cf0c906ac35936646b00a2b5fbe8") set(sha256sum "88712deb82dac88811e61ec2d72135b294cfb36be142c39a97e73d717331f1ea")
else () else ()
message(FATAL_ERROR message(FATAL_ERROR
"Unknown platform for OSMesa") "Unknown platform for OSMesa")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment