Bilal Elmoussaoui
51d1b13a9c
ci: Enable clippy/audit jobs
...
And run audit after clippy, to avoid a useless install if clippy
fails
2024-08-09 13:23:07 +00:00
Bilal Elmoussaoui
bfd8259ad2
Update dependencies
2024-08-09 13:23:07 +00:00
Bilal Elmoussaoui
48bdfcb751
Replace tempdir with tempfile
...
As the former is archived
Fixes #3
2024-08-09 13:23:07 +00:00
Bilal Elmoussaoui
23a1d7f163
Add Error::source implementation
...
Fixes #2
2024-08-09 13:23:07 +00:00
Sandro Bonazzola
d4c982399d
Add SPDX identifier to source code
...
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
2024-08-09 13:09:01 +00:00
Sandro Bonazzola
6c4c7513ca
metadata: update project repository
...
The project is now included in CentOS Automotive SIG.
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
2024-08-08 17:25:55 +02:00
Sergio Lopez
2d3d993d94
Merge branch 'issue_1' into 'main'
...
Convert GitHub Actions in GitLab Pipelines
Closes #1
See merge request CentOS/automotive/src/cvd2img!1
2024-08-06 08:15:10 +00:00
Sandro Bonazzola
e21d2a3501
Convert GitHub Actions in GitLab Pipelines
...
audit test temporary disabled waiting for
https://gitlab.com/CentOS/automotive/src/cvd2img/-/issues/3
to be fixed.
Clippy test temporary disabled waiting for
https://gitlab.com/CentOS/automotive/src/cvd2img/-/issues/2
to be fixed.
Fixes : #1
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
2024-08-06 09:11:03 +02:00
Sergio López
9868c60052
Merge pull request #2 from bilelmoussaoui/bilelmoussaoui/path-everywhere
...
Use Path/PathBuf types instead of passing strings
2023-10-24 17:21:55 +02:00
Bilal Elmoussaoui
65d34d3a19
readme: Document the openssl runtime dependency
...
Fixes #1
2023-09-29 16:01:23 +02:00
Bilal Elmoussaoui
cecd31adf0
CI: Add a basic one
2023-09-29 16:00:03 +02:00
Bilal Elmoussaoui
e890a0f520
cleanup: Use Path/PathBuf instead of allocating a new String
...
Currently, the script re-allocates various strings in order to accomodate Command::args
having the same type but that is not necessariy if Command::arg is used.
2023-09-20 13:03:37 +02:00
Bilal Elmoussaoui
6bb37db1ea
Update dependencies
...
Fixes a proc_macro_span_shrink warning with nightly rust
2023-09-20 10:51:28 +02:00
Sergio Lopez
9a31cb88eb
Update boot device to conform latest CVD tools
...
On the latest CVD images/tools, there are two new virtio-consoles,
meaning the PCI addresses of the virtio-blk devices are pushed a couple
of slots away.
Signed-off-by: Sergio Lopez <slp@redhat.com>
2023-06-19 16:50:08 +02:00
Sergio Lopez
d645121c38
Downgrade clap version requirement
...
Downgrade clap version requirement form 4.2.7 to 4.2.0 to simplify
packaging.
Signed-off-by: Sergio Lopez <slp@redhat.com>
2023-05-18 18:10:01 +02:00
Sergio Lopez
170d0f9be6
Disable VSoC-based input devices
...
Disable VSoC-based input devices by removing their entries from the
properties, as we don't support them and Android keeps complaining about
it.
Signed-off-by: Sergio Lopez <slp@redhat.com>
2023-05-16 12:26:29 +02:00
Sergio Lopez
10258e2fc7
Generate a virgl variant of the properties image
...
In addition to generating the generic variant of the properties image,
generate a virgl-specific one so it can be used with "start_avm --drm"
without regenerating the disk image every time.
Signed-off-by: Sergio Lopez <slp@redhat.com>
2023-05-16 12:10:30 +02:00
Sergio Lopez
73a4a7e3e9
initial commit
2023-05-04 19:01:23 +02:00