raulcd commented on code in PR #36285:
URL: https://github.com/apache/arrow/pull/36285#discussion_r1242160180
##########
dev/release/verify-apt.sh:
##########
Review Comment:
I think we have to apply this to fix CI:
```
diff --git a/dev/release/verify-apt.sh b/dev/release/verify-apt.sh
index 3d02f12..3734080 100755
--- a/dev/release/verify-apt.sh
+++ b/dev/release/verify-apt.sh
@@ -65,7 +65,7 @@ esac
workaround_missing_packages=()
case "${distribution}-${code_name}" in
- debian-bookworm)
+ debian-bookworm|debian-trixie)
sed \
-i"" \
-e "s/ main$/ main contrib non-free/g" \
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]