[ci] try installing libgnutls to fix cert error#65934
[ci] try installing libgnutls to fix cert error#65934suo wants to merge 2 commits intogh/suo/456/basefrom
Conversation
see: #65931, this was a suggested remediation on the linked issue [ghstack-poisoned]
CI Flow Status⚛️ CI FlowRuleset - Version:
You can add a comment to the PR and tag @pytorchbot with the following commands: # ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun
# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slowFor more information, please take a look at the CI Flow Wiki. |
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 64edf00 (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
❄️ 1 failure tentatively classified as flakybut reruns have not yet been triggered to confirm:
|
|
|
||
| if is_vanilla_build; then | ||
| echo "apt-get update && apt-get install -y qemu-user gdb" | docker exec -u root -i "$id" bash | ||
| echo "apt-get update && apt-get install libgnutls30" | docker exec -u root -i "$id" bash |
There was a problem hiding this comment.
Use || to ignore cert failure during install
| echo "apt-get update && apt-get install libgnutls30" | docker exec -u root -i "$id" bash | |
| echo "apt-get update || apt-get install libgnutls30" | docker exec -u root -i "$id" bash |
see: #65931, this was a suggested remediation on the linked issue [ghstack-poisoned]
|
@suo has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
|
Also related: nodesource/distributions#1266 |
Summary: Pull Request resolved: pytorch#65934 see: pytorch#65931, this was a suggested remediation on the linked issue Test Plan: Imported from OSS Reviewed By: malfet, zhouzhuojie Differential Revision: D31313040 Pulled By: suo fbshipit-source-id: a9e2b82a1e879962af768ed3049c73ab77394738
Summary: Pull Request resolved: #65934 see: #65931, this was a suggested remediation on the linked issue Test Plan: Imported from OSS Reviewed By: malfet, zhouzhuojie Differential Revision: D31313040 Pulled By: suo fbshipit-source-id: a9e2b82a1e879962af768ed3049c73ab77394738 Co-authored-by: Michael Suo <suo@fb.com>
Stack from ghstack:
see: #65931, this was a
suggested remediation on the linked issue
Differential Revision: D31313040