Skip to content

Commit

Permalink
cargo: test_cargo.py: add GitLab
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Yamamoto <[email protected]>
  • Loading branch information
yamader committed Nov 7, 2024
1 parent 28ee5bb commit 0517440
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/test_cargo.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@
version = "0.6.28"
source = """git+https://github.com/01mf02/regex.git/?rev=90eebbd\\
#90eebbdb9396ca10510130327073a3d596674d04"""
[[package]]
name = "virtiofsd"
version = "1.12.0"
source = """git+https://gitlab.com/virtio-fs/virtiofsd?tag=v1.12.0\\
#af439fbf89f53e18021e8d01dbbb7f66ffd824c1"""
[[package]]
name = "pipewire"
version = "0.8.0"
source = """git+https://gitlab.freedesktop.org/pipewire/pipewire-rs\\
?tag=v0.8.0#449bf53f5d5edc8d0be6c0c80bc19d882f712dd7"""
'''

CRATES = [
Expand All @@ -70,6 +82,12 @@
GitCrate("regex-syntax", "0.6.28",
"https://github.com/01mf02/regex",
"90eebbdb9396ca10510130327073a3d596674d04"),
GitCrate("virtiofsd", "1.12.0",
"https://gitlab.com/virtio-fs/virtiofsd",
"af439fbf89f53e18021e8d01dbbb7f66ffd824c1"),
GitCrate("pipewire", "0.8.0",
"https://gitlab.freedesktop.org/pipewire/pipewire-rs",
"449bf53f5d5edc8d0be6c0c80bc19d882f712dd7"),
]


Expand Down

0 comments on commit 0517440

Please sign in to comment.