Commit graph

8 commits

Author SHA1 Message Date
Rudxain
b86bb3cf69
build(cargo): don't use mold 2025-07-04 14:58:22 -04:00
Rudxain
594eeed7d0 chore(cargo): append ".toml" to config 2024-08-19 14:50:57 -04:00
w1nst0n
8bc3eee321
build: use relative mold linker path (fix #504)
Linux package managers install mold to `/usr/bin/mold`
2023-01-15 00:08:00 +01:00
Mike Simone
967fe3144a
ci: don't use the mold linker on MacOS (#457)
The mold linker on MacOS is now commercial software : https://github.com/rui314/mold

Co-authored-by: w1nst0n <55300518+0x192@users.noreply.github.com>
2022-12-17 22:17:36 +00:00
w1nst0n
7788f3cf83
[CI] Github Actions overhaul (+ add auto dev-build release) (#364)
- Big refactoring using the new reusable workflow feature
- Better use of caching
- Replace lld linker on MacOS/Linux by a better one: https://github.com/rui314/mold
- Automatically create a `dev-build` release whenever a commit changing the software code lands into the main branch
- Replace unmaintained Github Action `actions-rs/toolchain` by `dtolnay/rust-toolchain`
- Update all others Github Actions (I now watch all the repositories to be notified on new release)
- Use the new `automatically generated release notes` feature from Github
2022-08-28 21:19:03 +00:00
w1nst0n
a2acbbd039
Use lld (faster) linker for linux builds 2021-10-02 00:00:28 +02:00
w1nst0n
de348d4708
Add pipeline to build x86_64 linux/windows binaries 2021-09-10 17:52:16 +02:00
w1nst0n
c84b07fb6f
Better adb error handling + improve windows build 2021-08-24 23:20:39 +02:00