This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
commit a8d272e91dadfaa7138630aefae70ca08024e421 Author: Jiri Daněk <[email protected]> AuthorDate: Sat Jan 29 17:35:53 2022 +0100 NO-JIRA Update gcc to gcc-11 for TSAN Travis job --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8c29793..08947b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,6 +152,8 @@ jobs: os: linux dist: focal before_install: + - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test && sudo apt-get update + - sudo apt-get install -y g++-11 # Update pip, it may prevent issues later - sudo apt-get install -y python3-pip - python3 -m pip install --user --upgrade pip @@ -163,6 +165,8 @@ jobs: # Install grpcio and protobuf to run the grpc tests. - python3 -m pip install --user grpcio protobuf env: + - CC=gcc-11 + - CXX=g++-11 - QPID_SYSTEM_TEST_TIMEOUT=300 - QPID_SYSTEM_TEST_SKIP_FALLBACK_SWITCHOVER_TEST=True - QPID_SYSTEM_TEST_SKIP_HTTP2_LARGE_IMAGE_UPLOAD_TEST=True --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
