Changeset d308f4b5 in mainline


Ignore:
Timestamp:
2020-01-16T17:06:24Z (4 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b08fb02
Parents:
04b7f2f
Message:

Temporary workaround for meson issues

Recent Meson versions changed linker detection logic, which broke the build.
For now, force older version until a proper fix is determined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r04b7f2f rd308f4b5  
    6464  - sudo apt-get install -qq python3-setuptools
    6565  - pip3 install ninja
    66   - pip3 install meson
     66  - pip3 install --force-reinstall meson==0.50.1
    6767  - ./tools/travis.sh install
    6868script:
Note: See TracChangeset for help on using the changeset viewer.