Skip to content

Commit f23bb6d

Browse files
authored
Use debug logging in CI to debug uv lock deadlock (#1137)
We often see `uv` hanging at this line https://github.com/astral-sh/uv/blob/d178e453684437889a30b3ffd17e56d695fba60d/crates/uv-fs/src/lib.rs#L677-L680 . By enabling debug output, we can hopefully see where the lock was acquired before. See #1090
2 parents b2eef14 + dc6245d commit f23bb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
workflow_dispatch:
1616

1717
env:
18-
RUST_LOG: INFO
18+
RUST_LOG: DEBUG
1919

2020
jobs:
2121
test:

0 commit comments

Comments
 (0)