This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new c3d0d710c [build] Use ubuntu:20.04 for verify-reviews.py.
c3d0d710c is described below
commit c3d0d710cbbd4e0b716425b4d8b136f3ce728b96
Author: Jason Zhou <[email protected]>
AuthorDate: Tue Jul 2 16:02:40 2024 -0400
[build] Use ubuntu:20.04 for verify-reviews.py.
Moving to ubuntu 20.04 so so that we can get the ebpf header files for
our build.
Review: https://reviews.apache.org/r/75063/
---
support/verify-reviews.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/verify-reviews.py b/support/verify-reviews.py
index 6a28e8279..8e7c54faa 100755
--- a/support/verify-reviews.py
+++ b/support/verify-reviews.py
@@ -244,7 +244,7 @@ def verify_review(review_request):
else:
# Launch docker build script.
configuration = ("export "
- "OS='ubuntu:16.04' "
+ "OS='ubuntu:20.04' "
"BUILDTOOL='autotools' "
"COMPILER='gcc' "
"CONFIGURATION='--verbose "