Ross Burton
Ross Burton
When building glibc with mold: ``` aarch64-poky-linux-gcc -march=armv8-a+crc --sysroot=BUILD/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fmacro-prefix-map=BUILD=/usr/src/debug/glibc/2.34-r0 -fdebug-prefix-map=BUILD=/usr/src/debug/glibc/2.34-r0 -fdebug-prefix-map=BUILD/recipe-sysroot= -fdebug-prefix-map=BUILD/recipe-sysroot-native= -fuse-ld=mold -Wl,-z,relro,-z,now -nostdlib -nostartfiles -r -o BUILD/build-aarch64-poky-linux/libc_pic.os -Wl,-d -Wl,--whole-archive BUILD/build-aarch64-poky-linux/libc_pic.a -o BUILD/build-aarch64-poky-linux/libc_pic.os mold: unknown...
When using many tags, the default size is a little too big. Consider adding support for `is-small` tags.
When comparing a supposedly identical cross build on two different build hosts the output is slightly different. A diffoscope analysis of the build has this fragment in: ``` │ │...
With current master the Python test suite fails: ``` FAIL: testHeader (__main__.PyLibfdtBasicTests) Test that we can access the header values ---------------------------------------------------------------------- Traceback (most recent call last): File "./pylibfdt_tests.py", line 295,...
`as-self-test` and `asb-self-test` should be installed (maybe, optionally).
From https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests: > The key Output (if specified) can only take one value at present, which is TAP. This specifies that the test outputs Test Anything Protocol. But: ``` $...
Currently the .cmake files (such as MbedTLSConfig.cmake) are installed to a 'cmake' directory under the prefix, which typically ends up as /usr/cmake. This isn't FHS-compliant[1] and every distribution packaging mbedtls...
I wanted to display a row in the dropdown with an icon, so did `foo | image=[base64 string]`. This crashed xbar: ``` fatal error: unexpected signal during runtime execution [signal...
It would be nice if I could set an `image` and have xbar/macos resize it to fit nicely to be 32x32 (retina) or 16x16 (normal). Especially as my images are...
After doing `pip3 install --user pyre-check` on my Linux arm64 machine: ``` $ file $HOME/.local/bin/pyre.bin /home/ross/.local/bin/pyre.bin: Mach-O 64-bit x86_64 executable, flags $ uname -a Linux oss-tx204 5.4.0-65-generic #73-Ubuntu SMP Mon...