1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
Commit graph

5 commits

Author SHA1 Message Date
psykose
39f6fef713 */*: cargo fetch with --target
this does not download deps that won't be used for the default build
target (the ctarget we are building for implicitly).
this makes quite a few fetches faster.. because a ton of crates download
a 10mb "windows-sys" that is never used, amongst other things.

maybe breaks a thing or two.
2023-02-11 16:56:41 +01:00
Hugo Osvaldo Barrera
cdd3ce01ff */*: drop redundant CARGO_PROFILE_* variables, collapse newlines
The cargo vars are now set in abuild.conf by default.

Newlines done with:

    find . -name APKBUILD -exec sed -i '/^$/N;/^\n$/D' {} \;

See also: https://stackoverflow.com/a/4522043
2023-01-07 02:42:07 +01:00
psykose
94b05e937c
Revert "community/*: add CARGO_HOME"
This reverts commit 312d403b3b.

see 7345d3fd1e
2022-08-04 19:39:39 +02:00
psykose
312d403b3b
community/*: add CARGO_HOME
takes longer for clean builds, but helps on the builders
2022-08-04 14:34:16 +02:00
guddaff
b2f9251313
testing/bartib: new aport 2022-04-25 22:21:36 +02:00