Skip to content
  • Kevin Daudt's avatar
    testing/broot: disable on x86 · 56208ae3
    Kevin Daudt authored
    Latest version fails with:
    
    ```
    note:
    /usr/lib/gcc/i586-alpine-linux-musl/9.2.0/../../../../i586-alpine-linux-musl/bin/ld:
    /tmp/rustclvHfVF/liblibgit2_sys-c1839c55229d18b6.rlib(refs.o): in function
    `git_reference_normalize_name':
    refs.c:(.text.git_reference_normalize_name+0xae): undefined reference to
    `__stack_chk_fail_local'
    ```
    (and more similar errors)
    56208ae3