fiesh
fiesh
[This](https://musicbrainz.org/release/b5e1bf32-f76b-4f43-9c59-3bc96d53906f) release led to the following files being created: ``` 01. Пётр Ильич Чайковский - Pique Dame - Introduction.flac 02. Пётр Ильич Чайковский - Pique Dame - _Burn, burn bright_.flac...
Wine fix
Please see the two commits' commit messages for the changes.
Quoting from `Makefile`: ``` # disable wine with readonly directory # see https://github.com/mxe/mxe/issues/841 mkdir -p '$(2)/readonly' chmod 0555 '$(2)/readonly' ``` After a lot of painful debugging, I think I finally...
As discussed in #2459, it would be great if there were a pipeline that built everything and thus ensures updates don't break builds. For our current build image, we use...
In reference to https://github.com/mxe/mxe/pull/2043, here's an attempt at making boost 1.66 available as a plugin. (Boost 1.69, the most current version, would require a newer CMake version.) There are two...
**Describe the bug** Verdaccio crashes (or rather `verdaccio-memory` I suppose) **To Reproduce** Launch `/usr/bin/verdaccio --config /etc/verdaccio/config.yaml` and create a lot of simultaneous requests (this is done by our CI pipeline...
I'm trying to build pector and test it on gentoo on x86_64, using gcc 4.9.2. I build it exactly as described in the README (including the missing `cd build` step...
Using `compile_translations` in a subproject leads to ``` WARNING: Target "qt5-compile-subprojects/wscommonqt/wscommonqt_en.ts" has a path separator in its name. |This is not supported, it can cause unexpected failures and will become...
**Environment** * **verdaccio version**: 6.0.0-6-next.61 * **node version**: 18.14.1 * **package manager**: [email protected] * **os**: Ubuntu 22.04 * **platform**: ? **Describe the bug** Using `[email protected]` and the following config: ```yaml...
This supersedes #2964, comes in a single commit, and works with the current Qt6 version of MXE (6.6.0).