chore(ci): use aws ami with missing packages installed

libssl-dev and pkg-config packages were missing to be able to install
cargo tarpaulin.
This commit is contained in:
David Testé
2023-09-13 17:51:49 +02:00
committed by David Testé
parent 827d8d8708
commit 2e2bd5ba29

View File

@@ -1,16 +1,16 @@
[profile.cpu-big]
region = "eu-west-3"
image_id = "ami-0ab73f5bd11708a85"
image_id = "ami-051942e4055555752"
instance_type = "m6i.32xlarge"
[profile.cpu-small]
region = "eu-west-3"
image_id = "ami-0ab73f5bd11708a85"
image_id = "ami-051942e4055555752"
instance_type = "m6i.4xlarge"
[profile.bench]
region = "eu-west-3"
image_id = "ami-0ab73f5bd11708a85"
image_id = "ami-051942e4055555752"
instance_type = "m6i.metal"
[command.cpu_test]