Alexander Grund
Alexander Grund
``` external/boringssl/src/crypto/bytestring/cbs.c: In function ‘CBS_get_asn1_int64’: external/boringssl/src/crypto/bytestring/cbs.c:525:20: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] 525 | sign_extend[i] = data[len - i - 1]; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ external/boringssl/src/crypto/bytestring/cbs.c:522:11: note:...
Test report by @Flamefire **SUCCESS** Build succeeded for 4 out of 4 (4 easyconfigs in total) c144 - Linux AlmaLinux 9.4, x86_64, AMD EPYC 9334 32-Core Processor (zen4), 4 x...
Test report by @Flamefire **SUCCESS** Build succeeded for 4 out of 4 (4 easyconfigs in total) i8004 - Linux Rocky Linux 9.6, x86_64, AMD EPYC 7352 24-Core Processor (zen2), 8...
Is `lib foo : : foo ;` the same as `lib foo ;` or is there a difference? I was asking for `searched-lib` as its use was recently introduced by...
Ok, I rebased this after #4686 caused this to conflict. ~~And will again once #4888 is merged.~~ Edit: Done Although I think the change is not so complex: We only...
@boegel Ran into this again, can we merge this?
Jep, one of the test fixes I had opened a[ separate PR](https://github.com/easybuilders/easybuild-framework/pull/4599) for
I'm quite sure that simply not replacing the existing file(s) is the right solution. My assumption is that the `makeBaseEnv` was **always** called before populating the folder/sandbox with preexisting files....
I reported it here too because the current solution was developed after an exchange here and later ported to apptainer. My initial approach was to remove pre-created files that would...
I just checked on such instance of a failure caused by that: ``` ==========================short test summary info ================== FAILED [0.0003s] export/test_lift_unlift.py::TestLift::test_duplicate_constant_access - OSError: /caffe2/test/cpp/jit:test_custom_class_registrations: cannot open shared object file: No...