Skip to content

Commit

Permalink
Temporary workaround for meson issues
Browse files Browse the repository at this point in the history
Recent Meson versions changed linker detection logic, which broke the build.
For now, force older version until a proper fix is determined.
  • Loading branch information
le-jzr committed Jan 16, 2020
1 parent 04b7f2f commit d308f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ before_install:
- sudo apt-get install -qq python3-pip
- sudo apt-get install -qq python3-setuptools
- pip3 install ninja
- pip3 install meson
- pip3 install --force-reinstall meson==0.50.1
- ./tools/travis.sh install
script:
- ./tools/travis.sh run
Expand Down

0 comments on commit d308f4b

Please sign in to comment.