Skip to content

Commit

Permalink
Updating hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Source Bot authored and facebook-github-bot committed Nov 13, 2024
1 parent c24a39b commit dac3fb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ gh_facebook_buck2_shims_meta = git

[external_cell_gh_facebook_buck2_shims_meta]
git_origin = https://github.com/facebook/buck2-shims-meta.git
commit_hash = 89b0e8cfcdfbcb435926aa62dda3276b9a722d1a
commit_hash = dc8551f7918c9e7c54f823864852b6f3f455e906
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ gh_facebook_folly = git

[external_cell_gh_facebook_folly]
git_origin = https://github.com/facebook/folly.git
commit_hash = 4f0f935e27afa6cae386c7f22e268f57a9633095
commit_hash = 51492988a522ef09a0c3ca1222dc797f797e297a
2 changes: 1 addition & 1 deletion build/deps/github_hashes/facebook/folly-rev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Subproject commit 4f0f935e27afa6cae386c7f22e268f57a9633095
Subproject commit 51492988a522ef09a0c3ca1222dc797f797e297a
2 changes: 1 addition & 1 deletion folly
Submodule folly updated 56 files
+1 −1 .buckconfig.d/external_cells/facebook/buck2-shims-meta/external_cell.buckconfig
+2 −2 folly/File.cpp
+10 −10 folly/FileUtil.cpp
+1 −1 folly/FileUtil.h
+13 −13 folly/Subprocess.cpp
+5 −1 folly/Synchronized.h
+3 −2 folly/debugging/symbolizer/Elf.cpp
+1 −1 folly/debugging/symbolizer/test/StackTraceTest.cpp
+1 −1 folly/executors/CPUThreadPoolExecutor.cpp
+1 −1 folly/executors/EDFThreadPoolExecutor.cpp
+1 −1 folly/external/fast-crc32/BUCK
+1 −1 folly/external/fast-crc32/neon_crc32c_v3s4x2e_v2.cpp
+1 −1 folly/external/fast-crc32/neon_eor3_crc32c_v8s2x4_s3.cpp
+3 −2 folly/gen/File-inl.h
+4 −4 folly/gen/test/FileBenchmark.cpp
+4 −2 folly/gen/test/FileTest.cpp
+2 −2 folly/io/async/AsyncIO.cpp
+2 −2 folly/io/async/AsyncIoUringSocket.cpp
+1 −1 folly/io/async/AsyncSocket.cpp
+5 −5 folly/io/async/EpollBackend.cpp
+8 −8 folly/io/async/EventBaseAtomicNotificationQueue-inl.h
+3 −3 folly/io/async/EventBasePoller.cpp
+5 −5 folly/io/async/IoUringBackend.cpp
+3 −3 folly/io/async/IoUringEvent.cpp
+8 −8 folly/io/async/NotificationQueue.h
+1 −1 folly/io/async/TimerFD.cpp
+1 −1 folly/io/async/fdsock/test/AsyncFdSocketTest.cpp
+6 −6 folly/io/async/test/AsyncBaseTestLib.h
+1 −1 folly/io/async/test/AsyncIoUringSocketTest.cpp
+1 −1 folly/io/async/test/AsyncPipeTest.cpp
+1 −1 folly/io/async/test/AsyncSSLSocketTest.cpp
+5 −4 folly/io/async/test/AsyncSocketTest2.cpp
+10 −10 folly/io/async/test/EventBaseTestLib.h
+7 −7 folly/io/async/test/EventHandlerTest.cpp
+4 −3 folly/io/async/test/IOBenchmark.cpp
+9 −9 folly/io/async/test/IoUringBackendBench.cpp
+44 −37 folly/io/async/test/IoUringBackendTest.cpp
+1 −1 folly/io/async/test/IoUringTest.cpp
+1 −1 folly/io/async/test/RegisteredFdBenchmark.cpp
+3 −3 folly/io/async/test/TimeUtil.cpp
+1 −1 folly/io/async/test/ZeroCopy.h
+3 −3 folly/io/test/RecordIOTest.cpp
+4 −4 folly/logging/test/AsyncFileWriterTest.cpp
+3 −5 folly/logging/test/ImmediateFileWriterTest.cpp
+2 −2 folly/net/detail/test/SocketFileDescriptorMapTest.cpp
+1 −1 folly/portability/Stdio.cpp
+1 −1 folly/portability/Stdlib.cpp
+2 −2 folly/portability/SysUio.cpp
+1 −1 folly/system/test/MemoryMappingTest.cpp
+8 −8 folly/test/FileTest.cpp
+4 −4 folly/test/IndexedMemPoolTest.cpp
+1 −1 folly/test/SubprocessBench.cpp
+4 −4 folly/test/SubprocessTest.cpp
+13 −0 folly/test/SynchronizedTest.cpp
+9 −6 folly/testing/TestUtil.cpp
+5 −4 folly/testing/test/TestUtilTest.cpp

0 comments on commit dac3fb4

Please sign in to comment.