Skip to content

Commit 8696c19

Browse files
committed
fix(fbthrift)
closes #11739
1 parent 976aea7 commit 8696c19

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

projects/facebook.com/fbthrift/package.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ versions:
88

99
dependencies:
1010
# these need to version match, but we don't have a method for that
11-
github.com/facebookincubator/fizz: '*'
12-
facebook.com/folly: '*'
13-
facebook.com/wangle: '*'
11+
github.com/facebookincubator/fizz: "*"
12+
facebook.com/folly: "*"
13+
facebook.com/wangle: "*"
1414
# v9 has clang/gcc mangled export differences O_O
1515
# https://github.com/llvm/llvm-project/issues/62765#issuecomment-2118040421
1616
fmt.dev: ^12
@@ -23,18 +23,18 @@ dependencies:
2323
libsodium.org: ^1.0.19
2424
github.com/Cyan4973/xxHash: ^0.8
2525
linux:
26-
gnu.org/gcc/libstdcxx: 13
26+
gnu.org/gcc/libstdcxx: 14
2727

2828
build:
2929
dependencies:
30-
cmake.org: '*'
31-
facebook.com/mvfst: '*'
32-
gnu.org/bison: '*'
33-
github.com/westes/flex: '*'
30+
cmake.org: "*"
31+
facebook.com/mvfst: "*"
32+
gnu.org/bison: "*"
33+
github.com/westes/flex: "*"
3434
python.org: ^3.10
3535
linux:
36-
gnu.org/gcc: 13
37-
gnu.org/binutils: '*'
36+
gnu.org/gcc: 14
37+
gnu.org/binutils: "*"
3838
script:
3939
# arm differences preventing compilation
4040
- run: sed -i 's/^static_assert(is_supported_integral_type<char>);/\/\/&/' object.h

0 commit comments

Comments
 (0)