Files
Marijn Suijten 597753b7e3 Replace ld with ld.lld in dockerfile (#65)
* dockerfile: Also replace `ld` with `ld.lld`

When replacing the compilers with `clang(++)`, while leaving the default
linker at gcc, it fails because it doesn't recognize (`ar`chives of)
LLVM IR bitcode objects:

    = note: /usr/bin/ld: /tmp/cargo-install26EVLj/release/deps/libzstd_sys-054e18b4564e3c5f.rlib: error adding symbols: file format not recognized
            clang: error: linker command failed with exit code 1 (use -v to see invocation)

Solve this by also (suggesting to) replace `ld` with LLVM's `ld.lld`.

* Fix lints

* Remove pointless macos

Co-authored-by: Jake Shadle <jake.shadle@embark-studios.com>
2022-11-25 11:01:44 +01:00
..
2022-10-14 08:39:11 +02:00
2021-11-25 08:55:22 +01:00