Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 4301ee9

Browse files
vitautfacebook-github-bot
authored andcommitted
Don't install an unused flex dependency
Summary: AFAICS flex is no longer used (see D36023574 (cba8af9)) after dependency on it was removed from Thrift. Remove it from CI configs. Reviewed By: Mizuchi Differential Revision: D36112861 fbshipit-source-id: 7405d7dcab0576889a0dd6ec3152ab9c61a27319
1 parent 81bc17d commit 4301ee9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/getdeps_linux.yml

-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ jobs:
135135
run: python3 build/fbcode_builder/getdeps.py build --no-tests proxygen
136136
- name: Build bison
137137
run: python3 build/fbcode_builder/getdeps.py build --no-tests bison
138-
- name: Build flex
139-
run: python3 build/fbcode_builder/getdeps.py build --no-tests flex
140138
- name: Build libffi
141139
run: python3 build/fbcode_builder/getdeps.py build --no-tests libffi
142140
- name: Build ncurses

0 commit comments

Comments
 (0)