[ci] Do not setup Vulkan SDK#8692
Conversation
|
I'm assuming this will fix the 'not sm70' build issues? 🙌 Note that you can fix the m1 build issue I believe by merging in #8690 |
Wow, didn't notice it, I'll merge your version, thx~ |
|
Hmmm, the dylib thing was suffiicent to fix m1 on my mac 🤔. Seems it is missing some symbols though 🤔 Will poke at it a bit... |
|
Oh, actually was failing on my mac too, I just didn't notice 😅 |
|
@hughperkins It's a bug in previous proxy commit, it should ignore any errors when unsetting git proxy |
It's a success IMHO |
|
Yeah, I noticed I was misreading the output after I sent it 😅. My brain was like "oh, it didn't find any export symbols". Then later I realized "oh, it didnt find any leaked symbols, and it's ok" :) |
|
( Testing out a fix for M1 here https://github.com/hughperkins/taichi/actions/runs/14693862314/job/41232870536?pr=2 #8693 ) |
|
Ok, M1 build passed here https://github.com/hughperkins/taichi/actions/runs/14693977764/job/41233131358?pr=2 using #8693 (But I'm just throwing away any errors in unsetting git proxy. Not sure if we need to investigate why it produces errors?). |
|
Oh you already fixed the proxy 🙌 |
No description provided.