Browse Source

[ci] Upgrade ca-certificates for `build-py-36` Circle CI check (#2596)

- Related to https://github.com/nodesource/distributions/issues/1266
- When the above has permanent fix, then we can try to remove this temp fix.
Harsh Gupta 4 năm trước cách đây
mục cha
commit
4f2d7df1bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -218,7 +218,7 @@ jobs:
       - run:
           name: compile
           command: |
-            apt-get update && apt-get install -y python3.6-dev libsnappy-dev asciidoc # This should not be needed as some point
+            apt-get upgrade -y ca-certificates && apt-get update && apt-get install -y python3.6-dev libsnappy-dev asciidoc # This should not be needed as some point
 
             export PYTHON_VER=python3.6
             make apps