Commit Graph
13 Commits
Author SHA1 Message Date
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Bruno Bigras 264294bf29 cargo-tarpaulin: 0.15.0 -> 0.17.0 2020-11-10 19:44:46 -05:00
Pavol Rusnak 2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
R. RyanTM af7ee30319 cargo-tarpaulin: 0.14.3 -> 0.15.0 2020-10-29 10:40:21 +00:00
R. RyanTM ae724e8f76 cargo-tarpaulin: 0.14.2 -> 0.14.3 2020-09-04 05:27:16 +00:00
Maximilian Bosch 8121647bb5 cargo-tarpaulin: disable aarch64 and i686 build
Those CPU architectures seem to be unsupported as several constructs[1][2]
are only supported for `x86_64`.

[1] https://github.com/xd009642/tarpaulin/blob/d7e0deef8c4fae5d6baeac5a0431ea4d0b5600f9/src/breakpoint.rs#L7-L8
[2] https://github.com/xd009642/tarpaulin/blob/d7e0deef8c4fae5d6baeac5a0431ea4d0b5600f9/src/process_handling/linux.rs#L37
2020-08-02 13:23:04 +02:00
R. RyanTM b44e3fc0bc cargo-tarpaulin: 0.14.0 -> 0.14.2 2020-08-01 20:26:41 +00:00
Hugo Reeves cf11c3c2cd cargo-tarpaulin: 0.13.4 -> 0.14.0 2020-06-26 11:12:16 +12:00
Hugo Reeves 27108e7cee cargo-tarpaulin: 0.13.3 -> 0.13.4 2020-06-24 14:39:16 +12:00
R. RyanTM 2b42590056 cargo-tarpaulin: 0.13.2 -> 0.13.3 2020-06-06 21:08:08 +00:00
R. RyanTM 6dd35f3396 cargo-tarpaulin: 0.12.4 -> 0.13.2 2020-05-28 00:45:15 +00:00
Hugo Reeves 81b7c9368c cargo-tarpaulin: init at 0.12.4 2020-05-14 18:41:49 +12:00