google / clspv

Clspv is a compiler for OpenCL C to Vulkan compute shaders
Apache License 2.0
623 stars 89 forks source link

update kokoro configs to use python 3.8 or later #1377

Closed dneto0 closed 1 month ago

dneto0 commented 5 months ago

The bots fail now, since LLVM requires python 3.8 or later. e.g. https://github.com/google/clspv/pull/1376

This needs to wait until we've updated our Kokoro images to have python 3.8 or later.

dneto0 commented 5 months ago

I've failed Google internal bug https://b.corp.google.com/issues/350048185 for the image upgrade

dneto0 commented 3 months ago

still need to update the Windows image

rjodinchr commented 1 month ago

fixed by https://github.com/google/clspv/pull/1409