Skip to content

edencommon fb303 fbthrift fizz folly mvfst wangle watchman 2025.08.25.00#234889

Merged
BrewTestBot merged 17 commits intomainfrom
bump-edencommon-2025.08.25.00
Aug 26, 2025
Merged

edencommon fb303 fbthrift fizz folly mvfst wangle watchman 2025.08.25.00#234889
BrewTestBot merged 17 commits intomainfrom
bump-edencommon-2025.08.25.00

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

folly

Details

release notes
Automated release from TagIt
File Hashes
  • SHA2-256(folly-v2025.08.25.00.zip)= 58b8991f39a531606f55b2dd4f6c36e45ae8306ee4a29a3b4021bcb8e15cf27c
  • SHA2-512(folly-v2025.08.25.00.zip)= e3fd4bacf4aca920dd02a2800f6b8852aaf7012c7885588b65d129482693523f8570f274aa4cde17726a0c233e94791eb202ced3536c6d5a84b9c52007f42353
  • SHA2-256(folly-v2025.08.25.00.tar.gz)= 7c0f01f87a9ed12dfc13a900110e33836386149edf3074fa9b94949328c468bb
  • SHA2-512(folly-v2025.08.25.00.tar.gz)= 1576a3861b103257c83b7968e2d5975d0a2f91f4ad4aaedd625e1e8baf7fb287ac6f719ea6e842114286fb2b0227245ae06573a20f41ac12d67956968ff844a9

View the full release notes at https://github.com/facebook/folly/releases/tag/v2025.08.25.00.


wangle

release notes
Automated release from TagIt
File Hashes
  • SHA2-256(wangle-v2025.08.25.00.zip)= 0bf0a86cce37c733e2b776deb2b2976131142c5d1fe69be090b85208e5fba0c4
  • SHA2-512(wangle-v2025.08.25.00.zip)= fe5ae10c0bbfba07f3aa3fa13c8da7803a77cf26cf45cd947ded12bee9ac659c00a7f5ccd8403d6392d31ee776b7a4593d1daeb138417ec8a1a00e9a9c68a122
  • SHA2-256(wangle-v2025.08.25.00.tar.gz)= 01c0b76a7af24f5db27aae4c1bb6bcc37306e7bd0aef4324df48c7f90f8de3cb
  • SHA2-512(wangle-v2025.08.25.00.tar.gz)= 17f9eab165c2c02c0b7e59d11a128f4604fbedfc33df9ffdc7236808de4eac05e53e91cf60d894cdcc76388afc5a5414b3615c291e14e0b1e1613f446dc10ca7

View the full release notes at https://github.com/facebook/wangle/releases/tag/v2025.08.25.00.


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Aug 25, 2025
@chenrui333
Copy link
Member

@chenrui333 chenrui333 force-pushed the bump-edencommon-2025.08.25.00 branch from 4759abd to 21b4268 Compare August 25, 2025 17:36
@carlocab
Copy link
Member

Patch at facebook/proxygen#570 needs rebasing. CC @cho-m

@carlocab carlocab force-pushed the bump-edencommon-2025.08.25.00 branch 2 times, most recently from 0639a17 to 3595da5 Compare August 25, 2025 18:55
@cho-m
Copy link
Member

cho-m commented Aug 25, 2025

  dyld[49665]: symbol not found in flat namespace '__ZTVN8proxygen18CachingDNSResolverE'

vtable for proxygen::CachingDNSResolver

@carlocab
Copy link
Member

Let's drop Proxygen for now. I suspect the object file for proxygen::CachingDNSResolver isn't being linked into a library or something like that.

watchman: remove build patch

Signed-off-by: Rui Chen <rui@chenrui.dev>
@carlocab carlocab changed the title edencommon fb303 fbthrift fizz folly mvfst proxygen wangle watchman 2025.08.25.00 edencommon fb303 fbthrift fizz folly mvfst wangle watchman 2025.08.25.00 Aug 26, 2025
@carlocab carlocab force-pushed the bump-edencommon-2025.08.25.00 branch from 3595da5 to 935c8e6 Compare August 26, 2025 05:49
@github-actions github-actions bot added the automerge-skip `brew pr-automerge` will skip this pull request label Aug 26, 2025
@carlocab carlocab removed the automerge-skip `brew pr-automerge` will skip this pull request label Aug 26, 2025
@carlocab
Copy link
Member

Proxygen probably just needs something like

diff --git i/proxygen/lib/CMakeLists.txt w/proxygen/lib/CMakeLists.txt
index fef0c98..ce1b293 100644
--- i/proxygen/lib/CMakeLists.txt
+++ w/proxygen/lib/CMakeLists.txt
@@ -105,6 +105,7 @@ set(
 # append proxygen::coro sources
 set(
     PROXYGEN_CORO_SOURCES
+    dns/CachingDNSResolver.cpp
     dns/DNSModule.cpp
     dns/DNSResolver.cpp
     dns/Rfc6724.cpp

Might be missing other files too.

This week's build doesn't work.
@carlocab carlocab force-pushed the bump-edencommon-2025.08.25.00 branch from 935c8e6 to 1714f2c Compare August 26, 2025 06:17
@github-actions github-actions bot added the automerge-skip `brew pr-automerge` will skip this pull request label Aug 26, 2025
@carlocab carlocab removed the automerge-skip `brew pr-automerge` will skip this pull request label Aug 26, 2025
@carlocab
Copy link
Member

I'll follow-up on proxygen.

@github-actions
Copy link
Contributor

:shipit: @carlocab has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@carlocab carlocab mentioned this pull request Aug 26, 2025
6 tasks
@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 26, 2025
@BrewTestBot BrewTestBot enabled auto-merge August 26, 2025 08:03
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 26, 2025
Merged via the queue into main with commit bec4a52 Aug 26, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-edencommon-2025.08.25.00 branch August 26, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants