diff options
| -rw-r--r-- | .build.yml | 1 | ||||
| -rw-r--r-- | .cargo/config.toml | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -9,7 +9,6 @@ packages: - aarch64-linux-gnu-gcc - tar - gzip - - gpg sources: - git@git.sr.ht:~rbdr/blog environment: diff --git a/.cargo/config.toml b/.cargo/config.toml index 586787b..3c32d25 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,2 @@ -[target.x86_64-unknown-linux-gnu] -linker = "clang" - [target.aarch64-unknown-linux-gnu] linker = "aarch64-linux-gnu-gcc" |