s09bQ5

Results 191 comments of s09bQ5

> * you can do `sys.exit("this is a more user friendly error message")` instead of `sys.exit(1)`. Will (should) still result in exit code 1 but also prints a message. The...

Had to tweak the python script a little. Downloading from workflow artifacts is now implemented correctly. Can someone with sufficient permissions (not an "Outside Collaborator" like me) [create a fine...

A token has been added as a secret. The CI is now able to use DLLs from workflow artifacts.

We still need to work out the best way to handle DLL updates. I suggest: 1. make a PR in the MXE repo 2. make a PR in the USDX...

Hmm, enumerating and downloading releases works without authentication. Maybe the environment variable is set to an empty string and leads to an Authorization header without token?

We can, but the enumeration of the releases to determine the download link for the commit id fails because there is an invalid Authorization http header. The condition in dldlls.py...

I'll look into this. libgcc_s_sjlj-1.dll shouldn't be necessary if you pass -static-libgcc to the compiler.

I just pushed a branch [ffmpeg-7-dlls](https://github.com/UltraStar-Deluxe/USDX/tree/ffmpeg-7-dlls) that updates the DLLs to FFmpeg 7.0.1. These DLLs have been built with [the MXE fork](https://github.com/s09bQ5/mxe/tree/ultrastardx) that I have also used for the 6.0...

We could avoid the LFS limitation by having a separate repository https://github.com/UltraStar-Deluxe/mxe where the built DLLs are available as releases. During build of the USDX repository we would then simply...