Elouan Martinet
Elouan Martinet
I reproduce this issue too. Will see if there is a way to make some kind of wrapper than unset some environment variables. ``` XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so: /tmp/.mount_discorSPl0X1/usr/lib/x86_64-linux-gnu/libssl3.so:...
I can confirm that unsetting `LD_LIBRARY_PATH` in an `xdg-open` wrapper will fix the issue. There are probably more informations on this GitHub issue: https://github.com/NixOS/nixpkgs/issues/160923 I do not use nixOS, but...
@mansona Have you managed to solve this issue? I wonder if you need to build and maintain your own cert-manager Docker image, which would not be easy.
Relates to: * https://github.com/jswigart/omni-bot/issues/6 * https://github.com/jswigart/omni-bot/issues/22
This post misses the Boost installation part, but I got most of the pieces. My goal is to implement this compilation in Omni-Bot's CI, as official builds come from there....
I successfully cross-built omni-bot for aarch64 (using an x86-64 host), see the steps I used on https://github.com/jswigart/omni-bot/issues/22#issuecomment-2068260272 I had some issues so editing CMake and GitHub actions on omni-bot repository...
@rafal1137 Only a part is done, this issue will be completed once ET legacy can ship omni-bot for Linux aarch64.
@rafal1137 I don't think it does: ``` $ curl -LO https://mirror.etlegacy.com/omnibot/omnibot-linux-latest.tar.gz $ tar tf omnibot-linux-latest.tar.gz | grep 'so$' omni-bot/omnibot_et_mac.so omni-bot/omnibot_et.so omni-bot/omnibot_et.x86_64.so ``` The binaries included in the archive are from...
Increasing the timeout is not a real fix. Tomorrow you'll have to increase it again. https://www.commitstrip.com/en/2017/05/22/a-story-about-callbacks/
To make things more clear, we are hit by this issue on other resources too, such as a `google_sourcerepo_repository`, where no `time.Sleep` is done in the implementation. Most of the...