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

I can't find any artifacts to download #9

Open
MohammedMehdiTBER opened this issue Jan 29, 2024 · 8 comments
Open

I can't find any artifacts to download #9

MohammedMehdiTBER opened this issue Jan 29, 2024 · 8 comments

Comments

@MohammedMehdiTBER
Copy link

No description provided.

@pal1000
Copy link
Owner

pal1000 commented Jan 29, 2024

Scroll down until you find a pipeline run that took about 1hr or more to complete. Only those have artifacts. The rest of pipelines detected no code change so they stopped quickly without building swiftshader or producing artifacts.

This is the latest pipeline run with artifacts at the time of writing this: https://dev.azure.com/bontarka/swiftshader-dist-win/_build/results?buildId=3897&view=results

Also you would have known about this detail if you have red the readme more carefully:

Binaries packages are created automatically on Azure Pipelines every 8 hours if there are changes either here or with swiftshader itself. Builds will end quickly, under 10 minutes and with no binaries posted if there is no change.

@BlohoJo
Copy link

BlohoJo commented Apr 6, 2024

The Azure Pipelines don't seem to serve users and developers who want compiled binaries, as currently, all usable binaries have been deleted. The only job currently available with artifacts has failed to build properly. So, there is nothing currently available. This isn't user friendly, and is a hindrance instead of a help.

@pal1000
Copy link
Owner

pal1000 commented Apr 8, 2024

Try this run for now.

Also if you know how to automatically create azure release pipelines from every run pipeline with artifacts you are welcome to send a pull request.

@pal1000 pal1000 pinned this issue Apr 8, 2024
@BlohoJo
Copy link

BlohoJo commented Apr 13, 2024

Don't know how to do that.

I usually look for build time to tell if there's artifacts or not. Even though the oldest April 5 release has artifacts, the 17 minute build time doesn't show in the runs list. It's the only release that has artifacts, and is missing LLVM. That's what I need.

Don't understand the point of deleting releases. It leaves users with nothing.

@pal1000
Copy link
Owner

pal1000 commented Apr 13, 2024

Don't understand the point of deleting releases. It leaves users with nothing.

It is Azure runs retention policy. It purges them automatically after a month.

It's the only release that has artifacts, and is missing LLVM. That's what I need.

Any reason why subzero build isn't an option?

@BlohoJo
Copy link

BlohoJo commented Jun 10, 2024

LLVM10 continues to fail to build. Is this going to stay like this or will it be fixed at some point? Could you please make available the last LLVM10 binary that built successfully?

@tintanto
Copy link

This is still an issue. This is the second day where I look for artifacts and 0 artifacts to be seen. I would recommend creating some releases on github instead. @pal1000

@pal1000
Copy link
Owner

pal1000 commented Jul 29, 2024

I looked at last pipeline log with artifacts and it appears LLVM10 backend build fails due to compiler running out of heap space.

If any of you want to help you can work on converting build from Azure pipelines to GitHub actions. This is expected to touch/replace these files

  • azure-pipelines.yml
  • buildscript/ci/pushvar.cmd

Hopefully there should be no need to touch buildscript/ci/ci.cmd

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

4 participants