Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows build artifacts are no longer available #45

Open
roman-orekhov opened this issue Mar 28, 2020 · 13 comments
Open

Windows build artifacts are no longer available #45

roman-orekhov opened this issue Mar 28, 2020 · 13 comments

Comments

@roman-orekhov
Copy link

"The specified blob does not exist" error appears when I click on both 32bit and 64bit.

Do you care enough to recreate those?)

@Oblomov
Copy link
Owner

Oblomov commented Mar 28, 2020

Ah, the issue seems to be the artifacts on AppVeyor are only preserved for 6 months. I should probably come up with a more durable solution … for the time being I've pushed some pending changes I had locally. I'm keeping the issue open until a more permanent storage solution is found.

@Zialus
Copy link

Zialus commented Oct 25, 2021

Any updates? Worst case scenario, you could just re-run the CI pipeline.

@roboyeti
Copy link

Would like to grab the windoze binaries as well, but the artifacts expired.

@PetitMote
Copy link

Hello there,
Any news on this ? I don’t think it would be a good idea for me to compile it with wine ^^

@noname22
Copy link

Still the same issue, no artefacts [sic] available.

@Oblomov
Copy link
Owner

Oblomov commented Jan 21, 2022

No, I haven't found a solution yet. The solution has actually gotten worse since AppVeyor has reduced the retention time to 1 month. Other platforms has similar limits too, so changing CI platform wouldn't solve the issue, just shift it around. I'm guessing that at least for tags it should be possible to create a GH release and copy the artifacts over. Anyone has any suggestions on ways to make this automatically from GH whenever I push a tag?

@Zialus
Copy link

Zialus commented Jan 22, 2022

This might help https://www.appveyor.com/docs/deployment/github/

@Yi-FanKong
Copy link

Dear professor, I need your clinfo artifacts urgently, I am exploring how to use opencl in cmdstanr, because cmdstanr wrote your clinfo artifacts into his official guide, without the clinfo artifacts I can't follow the guide next step , can you send me the file via email, my email is kyf990213@i.smu.edu.cn, thank you very much.

@MathiasMagnus
Copy link

MathiasMagnus commented Mar 16, 2022

Anyone has any suggestions on ways to make this automatically from GH whenever I push a tag?

@Oblomov I recently implemented this for the OpenCL-SDK. Feel free to draw inspiration from how it's done. Currently it's Windows only, but that should cover the question here. Linux should be no different if default compiler switches are sufficient.

(Note that much of the work is creating source tarballs, because the default source artifacts GitHub creates don't have Git submodules but those are crucial for the SDK, therefore I must build them myself manually.)

@Oblomov
Copy link
Owner

Oblomov commented Mar 16, 2022

@MathiasMagnus that looks like something I could take inspiration from, thank you very much, I'll try to look into this when I have some free time.

@bgall
Copy link

bgall commented Aug 12, 2022

Looks like this still is an issue :( {"message":"Artifact not found or access denied."}

@ppw0
Copy link

ppw0 commented May 8, 2023

Looks like this still is an issue :( {"message":"Artifact not found or access denied."}

Yep, still an issue. Any other way to verify OpenCL is working in Wine?

@biw
Copy link

biw commented Jul 28, 2023

For those reading this, here's a fork with the build https://github.com/ahoylabs/clinfo/releases/tag/master-d2baa06

I also opened up a PR to do the same steps: #89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests