Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix thirdparty builds failing #297

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions python/build_definitions/boost.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ def __init__(self) -> None:
super(BoostDependency, self).__init__(
name='boost',
version=self.VERSION_STR,
# URL grabbed from https://www.boost.org/users/history/version_1_77_0.html
url_pattern='https://boostorg.jfrog.io/artifactory/main/release/{}/source/'
url_pattern='https://archives.boost.io/release/{}/source/'
'boost_{}.tar.bz2'.format(self.VERSION_STR, self.VERSION_STR_UNDERSCORES),
build_group=BuildGroup.POTENTIALLY_INSTRUMENTED,
license='Boost Software License 1.0')
Expand Down
2 changes: 1 addition & 1 deletion python/build_definitions/clockbound.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ClockBoundDependency(Dependency):
def __init__(self) -> None:
super(ClockBoundDependency, self).__init__(
name='clockbound',
version='main',
version='26c05dcbd0f8adb41c5000c279f53659a476f2b3',
url_pattern='https://github.com/aws/clock-bound/archive/{0}.zip',
build_group=BuildGroup.COMMON)

Expand Down
2 changes: 1 addition & 1 deletion thirdparty_src_checksums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854 boost-1.77.0.t
1e42551a7bf986be92d937a18be7208d38c5420550813b170969b08f1cb79058 cassandra-cpp-driver-2.9.0-yb-14.tar.gz
e97dc472aae52197a4d5e0185eb8f9e04d7575d2dc2b12194ddc768e0f8a846d cfe-7.1.0.tar.xz
1ce0042c48ecea839ce67b87e9739cf18e7a5c2b3b9a36d177d00979609b6451 clang-tools-extra-7.1.0.tar.xz
dd7f3c1c2d22d1b4e1ae733619921c8f5ab8e0ff76b4326b08e3c11a135c486f clockbound-26c05dcbd0f8adb41c5000c279f53659a476f2b3.zip
057bdac0581215b5ceb39edfd5bbef9eb79578f16a8908349f3066251fba88d8 compiler-rt-7.1.0.tar.xz
ffbfee231d45655dd99b55e40d0c42dbb7b653f584a760054cef6fe90cf84f0b cqlsh-3.10-yb-11.tar.gz
5b2a2a81bcde9ebd129b0cff611933aec10cb36f78eda8d5ee775a6975c71316 cqlsh-3.10-yb-12.tar.gz
Expand Down Expand Up @@ -145,4 +146,3 @@ c31b4485b453e69d42318bbee0b8aec3276911ccb17fb02a96667247faccb67d tcmalloc-e116a
6ffa3116b89e82cd5039595c9526f79c0dfa10614e3b339bd7250e94f24b6d38 yb-llvm-v13.0.0-yb-1-1639976983-4b60e646-centos8-aarch64.tar.gz
9a46ac80ab1e92718261ae540ff84ed6c02ebd1280e0c176fc9989b596faca28 zlib-1.2.12-yb-1.tar.gz
734672243aa416d7284216307e9b87cec570e9d7c211a7939678e5c238a772e9 zlib-1.2.13-yb-1.tar.gz
5360d006d85cb1dc5674ad64f0ee65cd739ac7f0bf7f3264eda8adb21f097a5c clockbound-main.zip
Loading