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

Action fails to mount DMG image on macos-latest runners #10

Open
egorodet opened this issue Aug 5, 2023 · 5 comments
Open

Action fails to mount DMG image on macos-latest runners #10

egorodet opened this issue Aug 5, 2023 · 5 comments

Comments

@egorodet
Copy link

egorodet commented Aug 5, 2023

image

See detailed build logs here.

@Michaelschnabel-DM
Copy link

Michaelschnabel-DM commented Sep 15, 2023

exact same issue here, but also fails on Linux:
image

@humbletim
Copy link
Owner

Re: 1.3.250.1 on mac -- a patch to fix the error message (showing wrong extension) was merged into main, but I was not able to reproduce the dmg mount error either way.. here is a recent 1.3.250.1 mac action run that seemed to work https://github.com/humbletim/install-vulkan-sdk/actions/runs/6278350578/job/17051921497. @egorodet

@humbletim
Copy link
Owner

Re: 1.3.204.0 on linux -- apparently certain older Vulkan SDKs are being removed intentionally from the servers by LunarG maintainers (ugh); i believe 1.3.204.0 was available when 204 was first released, but it now returns a 404 response; 1.3.204.1 is available. @Michaelschnabel-DM

for reference here is a quick way to check available versions:
curl -s https://vulkan.lunarg.com/sdk/versions.json

or platform-specific: curl https://vulkan.lunarg.com/sdk/versions/linux.json

@humbletim
Copy link
Owner

... moving forward to help detect missing/removed SDK versions, main now includes additional curl reporting. in the case of 404s:

Run # download
_download_os_installer mac vulkan_sdk.dmg https://sdk.lunarg.com/sdk/download/1.3.204.0/mac/vulkan_sdk.dmg?Human=true
curl failed with error code: 22
HTTP/2 404 
date: Fri, 22 Sep 2023 19:21:54 GMT
content-type: application/octet-stream
content-length: 1456
...
Error: Process completed with exit code 32.
``

@ptc-tgamper
Copy link

Current main of this action works now, it can mount the DMG on the macos-latest runners. Seems 413f037 did the trick. Could you tag a new release, please? :)

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