Michael Osipov

Results 840 comments of Michael Osipov

> > What is the exact output? I bet that the source user does not exist in the container, how can it? > > The `--user ...` command is a...

Let's start without uid first: https://github.com/xerial/sqlite-jdbc/blob/3eaabec2475ca0577f025b3606a992a99f1cd318/Makefile.common#L154C1-L156 You need to override the first two to the actual command names, then JAVA_HOME isn't set, so one needs the OpenJDK inside of the...

Installed a AL8 VM here and trying this myself. Needs a bit of time.

I cannot properly link with the 11.4 image because of: ``` [osipovmi@al8 sqlite-jdbc]$ docker run empterdose/freebsd-cross-build:11.4 which i386-freebsd11-strip [osipovmi@al8 sqlite-jdbc]$ [osipovmi@al8 sqlite-jdbc]$ docker run empterdose/freebsd-cross-build:9.3 which i386-freebsd9-strip /usr/local/bin/i386-freebsd9-strip ``` The...

See also: https://github.com/MrDOS/freebsd-cross-build/issues/1#issuecomment-1714001366

Please consider that the [maintenance timeframe for 8.1 has been extended recently](https://www.php.net/supported-versions.php). Since you want to bump PHP req hard to 8.x you maybe should also bump 3.0.

> > Please consider that the [maintenance timeframe for 8.1 has been extended recently](https://www.php.net/supported-versions.php). Since you want to bump PHP req hard to 8.x you maybe should also bump 3.0....

> Yes.. Upgrading regularly is the right thing to do IMO, and what a lot of people are doing per the stats https://packagist.org/php-statistics > > But if you can't for...