Skip to content

Commit

Permalink
Remove Flex/Bison from AppVeyor and Travis
Browse files Browse the repository at this point in the history
With the merge of eclipse-omr#4345 we no longer depend on Flex and Bison being
installed for our testing. AppVeyor seems to be broken at the moment in
that checksums are failing when installing this package. We fix the
issue by removing the dependency as it is no longer needed.

Signed-off-by: Filip Jeremic <fjeremic@ca.ibm.com>
  • Loading branch information
fjeremic committed Oct 28, 2019
1 parent c1ba8e2 commit 578eb17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ environment:
TEST_RESULT_DIR: '%APPVEYOR_BUILD_FOLDER%\test_results'
GTEST_OUTPUT: 'xml:%TEST_RESULT_DIR%\'

install:
- cinst winflexbison

before_build:
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
- set PATH=C:\Python37;%PATH%
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ matrix:
addons:
apt:
packages:
- bison
- clang-3.8
- libclang-3.8-dev
- llvm-3.8
Expand Down

0 comments on commit 578eb17

Please sign in to comment.