forked from eclipse-omr/omr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Flex/Bison from AppVeyor and Travis
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
Showing
2 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,6 @@ matrix: | |
addons: | ||
apt: | ||
packages: | ||
- bison | ||
- clang-3.8 | ||
- libclang-3.8-dev | ||
- llvm-3.8 | ||
|