bowenliang123 opened a new pull request, #16754: URL: https://github.com/apache/doris/pull/16754
# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests been added * [ ] Has document been added or modified * [ ] Does it need to update dependencies * [ ] Is this PR support rollback (If NO, please explain WHY) ## Further comments - skip `apt upgrade` in build-thirdparty workflow to avoid package conflicts in Ubuntu (https://github.com/apache/doris/actions/runs/4171352643/jobs/7221214733#step:4:283) ``` Unpacking odbcinst1debian2:amd64 (2.3.11) ... dpkg: error processing archive /tmp/apt-dpkg-install-SY6NPA/43-odbcinst1debian2_2.3.11_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0', which is also in package libodbcinst2:amd64 2.3.9-5 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) ``` - `apt update` should be able to guarantee the latested packages and there dependencies installed as in `apt install` -- 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]
