issues
search
integritee-network
/
integritee-node
Integritee node with TEE registry validating remote attestation
Apache License 2.0
45
stars
12
forks
source link
[GA] add `--locked` to cargo builds and remove obsolete cargo clean
#155
Closed
clangenb
closed
1 year ago
clangenb
commented
1 year ago
cargo clean -p integritee-node
only existed due to an incremental build error with an old rust-toolchain.
--locked
enforces and up-to-date Cargo.lock and makes the CI fail otherwise.
cargo clean -p integritee-node
only existed due to an incremental build error with an old rust-toolchain.--locked
enforces and up-to-date Cargo.lock and makes the CI fail otherwise.