From 01c583431a6db3228dcdcc5ea45c8cc6ce822f63 Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Fri, 5 Nov 2021 16:38:23 -0400 Subject: [PATCH] ci: Loosen apt source verification (#11493) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aecbf7bf58..c4acbb88f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -213,7 +213,7 @@ jobs: - checkout - attach_workspace: at: /go/bin - - run: sudo apt-get update && sudo apt-get install -y rsyslog + - run: sudo apt-get update --allow-releaseinfo-change-suite --allow-releaseinfo-change-version && sudo apt-get install -y rsyslog - run: sudo service rsyslog start - run: *install-gotestsum - run: go mod download @@ -406,7 +406,7 @@ jobs: GOOS: linux steps: - checkout - - run: sudo apt-get update && sudo apt-get install -y gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu + - run: sudo apt-get update --allow-releaseinfo-change-suite --allow-releaseinfo-change-version && sudo apt-get install -y gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu - run: environment: GOARM: 5