Skip to content

Commit

Permalink
Update Travis to fix failing Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Sep 12, 2024
1 parent 548ca44 commit 04bfba8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ addons:
- name: lxd
channel: stable
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- execstack
- fakeroot
- g++-10
- rpm

branches:
Expand All @@ -41,6 +44,7 @@ matrix:
include:
- os: linux
dist: bionic
env: CC=gcc-10 CXX=g++-10
- os: osx
osx_image: xcode13.1
env: CC=clang CXX=clang++ SIGN_BUILD=true
Expand Down

0 comments on commit 04bfba8

Please sign in to comment.