You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2022/04/30 06:19:30 UTC

[GitHub] [thrift] Jimexist commented on a diff in pull request #2593: THRIFT-5564: setup java and kotlin lib building

Jimexist commented on code in PR #2593:
URL: https://github.com/apache/thrift/pull/2593#discussion_r862310191


##########
.github/workflows/build.yml:
##########
@@ -1,35 +1,28 @@
-name: 'Build Thrift Compiler and Libraries'
+name: 'Build'
+
 on:
   push:
     branches: [ '*' ]
   pull_request:
     branches: [ '*' ]
+
+env:
+  BUILD_DEPS: automake bison flex g++ git libboost-all-dev libevent-dev libssl-dev libtool make pkg-config

Review Comment:
   Thanks! Do you mind merging this some time later because I don't have write access 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org