mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
dev-util/maturin: Sync with Gentoo
It's from Gentoo commit 6ad36516b316af9e67b105308ba01d5a9420fbb6.
This commit is contained in:
parent
91b0a42155
commit
37d00dcea9
@ -73,6 +73,9 @@ src_prepare() {
|
||||
# uv does not work easily w/ network-sandbox, force virtualenv
|
||||
sed -i 's/"uv"/"uv-not-found"/' tests/common/mod.rs || die
|
||||
|
||||
# increase timeouts for tests (bug #950332)
|
||||
sed -i '/^#\[timeout/s/secs(60)/secs(300)/' tests/run.rs || die
|
||||
|
||||
# used by *git_sdist_generator tests
|
||||
git init -q || die
|
||||
git config --global user.email "larry@gentoo.org" || die
|
||||
|
@ -77,6 +77,9 @@ src_prepare() {
|
||||
# uv does not work easily w/ network-sandbox, force virtualenv
|
||||
sed -i 's/"uv"/"uv-not-found"/' tests/common/mod.rs || die
|
||||
|
||||
# increase timeouts for tests (bug #950332)
|
||||
sed -i '/^#\[timeout/s/secs(60)/secs(300)/' tests/run.rs || die
|
||||
|
||||
# used by *git_sdist_generator tests
|
||||
git init -q || die
|
||||
git config --global user.email "larry@gentoo.org" || die
|
||||
|
Loading…
x
Reference in New Issue
Block a user