Skip to content

Commit f3ce4b0

Browse files
committed
chore: Pinning submodules to commit SHA
3137465194014d66a8402941e80d2bccc6346f51 contrib/pax_storage/src/cpp/contrib/cpp-stub (heads/master) 0da57b85cf23e48d0e515f58c65a25425dbde012 contrib/pax_storage/src/cpp/contrib/googlebench (v1.9.2-3-g0da57b8) 52204f78f94d7512df1f0f3bea1d47437a2c3a58 contrib/pax_storage/src/cpp/contrib/googletest (release-1.8.0-3536-g52204f78) 3a58301067bbc03da89ae5a51b3e05b7da719d38 contrib/pax_storage/src/cpp/contrib/tabulate (v1.3-51-g3a58301) 61c03f62b370b685b7994830b570a88d05ba15ab dependency/yyjson (0.10.0-20-g61c03f6) a09ea700d32bab83325aff9ff34d0582e50e3997 gpcontrib/gpcloud/test/googletest (release-1.8.0-2358-ga09ea700)
1 parent e492ba1 commit f3ce4b0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.gitmodules

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
11
[submodule "gpcontrib/gpcloud/test/googletest"]
22
path = gpcontrib/gpcloud/test/googletest
33
url = https://github.com/google/googletest.git
4+
# tag: release-1.8.0
5+
branch = 52204f78f94d7512df1f0f3bea1d47437a2c3a58
46
[submodule "contrib/pax_storage/src/cpp/contrib/googletest"]
57
path = contrib/pax_storage/src/cpp/contrib/googletest
68
url = https://github.com/google/googletest.git
7-
branch = v1.15.x
9+
# tag: release-1.8.0
10+
branch = 52204f78f94d7512df1f0f3bea1d47437a2c3a58
811
[submodule "contrib/pax_storage/src/cpp/contrib/tabulate"]
912
path = contrib/pax_storage/src/cpp/contrib/tabulate
1013
url = https://github.com/p-ranav/tabulate.git
14+
# tag: v1.3
15+
branch = 3a58301067bbc03da89ae5a51b3e05b7da719d38
1116
[submodule "contrib/pax_storage/src/cpp/contrib/googlebench"]
1217
path = contrib/pax_storage/src/cpp/contrib/googlebench
1318
url = https://github.com/google/benchmark.git
19+
# tag: v1.9.2
20+
branch = 0da57b85cf23e48d0e515f58c65a25425dbde012
1421
[submodule "contrib/pax_storage/src/cpp/contrib/cpp-stub"]
1522
path = contrib/pax_storage/src/cpp/contrib/cpp-stub
1623
url = https://github.com/coolxv/cpp-stub.git
24+
# branch: master
25+
branch = 3137465194014d66a8402941e80d2bccc6346f51
1726
[submodule "dependency/yyjson"]
1827
path = dependency/yyjson
1928
url = https://github.com/ibireme/yyjson.git
29+
# tag: 0.10.0
30+
branch = 61c03f62b370b685b7994830b570a88d05ba15ab
2031

0 commit comments

Comments
 (0)