Skip to content

Commit

Permalink
[travis] Work around missing libBye.a upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
kimgr committed Jan 6, 2020
1 parent 305e9ba commit 3af0504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -32,6 +32,7 @@ before_install:
# TODO: Remove these hacky fixups
- (cd $ROOT_PATH/lib && sudo ln -rsf libclang-cpp.so.1 libclang-cpp-$VERSION.so.1)
- sudo touch $ROOT_PATH/lib/libExampleIRTransforms.a
- sudo touch $ROOT_PATH/lib/libBye.a

script:
# Build IWYU
Expand Down

0 comments on commit 3af0504

Please sign in to comment.