Ruchirtripathi commented on code in PR #25099:
URL: https://github.com/apache/datafusion/pull/25099#discussion_r4103393856


##########
.github/actions/setup-builder/action.yaml:
##########
@@ -29,7 +29,8 @@ runs:
       shell: bash
       run: |
         RETRY=("ci/scripts/retry" timeout 120)
-        "${RETRY[@]}" apt-get update
+        rm -f /etc/apt/sources.list.d/google-chrome.list
+        "${RETRY[@]}" apt-get update || true

Review Comment:
   Done! I've rebased the branch onto upstream/main and dropped all of those 
extra ci: commits that touched the workflow files. The PR is now completely 
clean, up to date with main, and only contains the actual fixes. Thanks for the 
guidance!



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to