File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -193,11 +193,11 @@ dependencies-mac: ## install dependencies for mac
193
193
HOMEBREW_NO_AUTO_UPDATE=1 brew bundle install
194
194
brew unlink bison flex && brew link --force bison flex
195
195
196
- dependencies-debian : # # install dependencies for linux
197
- apt-get install -y autoconf autoconf-archive automake bison cmake curl flex libtool ninja-build pkg-config tar unzip
196
+ dependencies-debian : # # install dependencies for linux - note that zip is needed by bootstrap_vcpkg.sh, do not remove
197
+ apt-get install -y autoconf autoconf-archive automake bison cmake curl flex libtool ninja-build pkg-config tar unzip zip
198
198
199
- dependencies-fedora : # # install dependencies for linux
200
- yum install -y autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip
199
+ dependencies-fedora : # # install dependencies for linux - note that zip is needed by bootstrap_vcpkg.sh, do not remove
200
+ yum install -y autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip zip
201
201
202
202
dependencies-vcpkg : # # install dependencies via vcpkg
203
203
cd vcpkg && ./bootstrap-vcpkg.sh && ./vcpkg install
Original file line number Diff line number Diff line change 2
2
"name" : " main" ,
3
3
"version-string" : " latest" ,
4
4
"dependencies" : [
5
- { "name" : " arrow" , "version>=" : " 19.0.1 " } ,
5
+ " arrow" ,
6
6
" boost-beast" ,
7
7
" boost-multi-index" ,
8
8
" brotli" ,
37
37
" thrift" ,
38
38
" utf8proc"
39
39
],
40
- "builtin-baseline" : " 0bf1354d6704ec797acea686d0250afc4036a082"
40
+ "overrides" : [
41
+ {
42
+ "name" : " arrow" ,
43
+ "version" : " 19.0.1"
44
+ }
45
+ ],
46
+ "builtin-baseline" : " b94ade01f19e4436d8c8a16a5c52e8c802ef67dd"
41
47
}
You can’t perform that action at this time.
0 commit comments