File tree Expand file tree Collapse file tree
projects/facebook.com/fbthrift Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ versions:
88
99dependencies :
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
2828build :
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
You can’t perform that action at this time.
0 commit comments