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

[Tool]disable block_cache on arm build #18160

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

kevincai
Copy link
Contributor

@kevincai kevincai commented Feb 21, 2023

  • disable block_cache on arm build
  • disable boost-test build
  • fix openssl Configure parameter
  • fix a few hardcoded path in build-thirdparty.sh, use pre-defined
    variable.
  • ensure customized gcc/g++ is found if some of the build packages
    don't respect CC/CXX/CPP settings

What type of PR is this:

  • BugFix
  • Feature
  • Enhancement
  • Refactor
  • UT
  • Doc
  • Tool

Which issues of this PR fixes :

Fixes #

Problem Summary(Required) :

Checklist:

  • I have added test cases for my bug fix or my new feature
  • This pr will affect users' behaviors
  • This pr needs user documentation (for new or modified features or behaviors)
    • I have added documentation for my new feature or new function

Bugfix cherry-pick branch check:

  • I have checked the version labels which the pr will be auto backported to target branch
    • 3.0
    • 2.5
    • 2.4
    • 2.3

@github-actions github-actions bot removed the be-build label Feb 21, 2023
@github-actions github-actions bot removed the be-build label Feb 24, 2023
@kevincai kevincai marked this pull request as ready for review February 24, 2023 05:52
* disable block_cache on arm build
* disable boost-test build
* fix openssl `Configure` parameter
* fix a few hardcoded path in `build-thirdparty.sh`, use pre-defined
  variable.
* ensure customized `gcc/g++` is found if some of the build packages
  don't respect CC/CXX/CPP settings

Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
@wanpengfei-git
Copy link
Collaborator

[FE PR Coverage Check]

😍 pass : 0 / 0 (0%)

@wanpengfei-git wanpengfei-git added the Approved Ready to merge label Mar 7, 2023
@wanpengfei-git
Copy link
Collaborator

run starrocks_admit_test

@sduzh sduzh enabled auto-merge (squash) March 7, 2023 06:12
@sduzh sduzh merged commit 9441456 into StarRocks:main Mar 7, 2023
@github-actions github-actions bot removed Approved Ready to merge be-build labels Mar 7, 2023
@kevincai
Copy link
Contributor Author

kevincai commented Mar 7, 2023

@Mergifyio backport branch-3.0

@mergify
Copy link
Contributor

mergify bot commented Mar 7, 2023

backport branch-3.0

✅ Backports have been created

@kevincai
Copy link
Contributor Author

kevincai commented Mar 7, 2023

@Mergifyio backport branch-2.5

@mergify
Copy link
Contributor

mergify bot commented Mar 7, 2023

backport branch-2.5

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Mar 7, 2023
* disable block_cache on arm build
* disable boost-test build
* fix openssl `Configure` parameter
* fix a few hardcoded path in `build-thirdparty.sh`, use pre-defined
  variable.
* ensure customized `gcc/g++` is found if some of the build packages
  don't respect CC/CXX/CPP settings

Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
(cherry picked from commit 9441456)
mergify bot pushed a commit that referenced this pull request Mar 7, 2023
* disable block_cache on arm build
* disable boost-test build
* fix openssl `Configure` parameter
* fix a few hardcoded path in `build-thirdparty.sh`, use pre-defined
  variable.
* ensure customized `gcc/g++` is found if some of the build packages
  don't respect CC/CXX/CPP settings

Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
(cherry picked from commit 9441456)

# Conflicts:
#	build.sh
#	thirdparty/build-thirdparty.sh
kevincai added a commit to kevincai/starrocks that referenced this pull request Mar 7, 2023
* disable block_cache on arm build
* disable boost-test build
* fix openssl `Configure` parameter
* fix a few hardcoded path in `build-thirdparty.sh`, use pre-defined
  variable.
* ensure customized `gcc/g++` is found if some of the build packages
  don't respect CC/CXX/CPP settings

Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
Jay-ju pushed a commit to Jay-ju/starrocks that referenced this pull request Mar 19, 2023
* disable block_cache on arm build
* disable boost-test build
* fix openssl `Configure` parameter
* fix a few hardcoded path in `build-thirdparty.sh`, use pre-defined
  variable.
* ensure customized `gcc/g++` is found if some of the build packages
  don't respect CC/CXX/CPP settings

Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
@kevincai kevincai deleted the thirdparty-fixes branch March 24, 2023 09:25
abc982627271 pushed a commit to abc982627271/starrocks that referenced this pull request Mar 28, 2023
* disable block_cache on arm build
* disable boost-test build
* fix openssl `Configure` parameter
* fix a few hardcoded path in `build-thirdparty.sh`, use pre-defined
  variable.
* ensure customized `gcc/g++` is found if some of the build packages
  don't respect CC/CXX/CPP settings

Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
numbernumberone pushed a commit to numbernumberone/starrocks that referenced this pull request May 31, 2023
* disable block_cache on arm build
* disable boost-test build
* fix openssl `Configure` parameter
* fix a few hardcoded path in `build-thirdparty.sh`, use pre-defined
  variable.
* ensure customized `gcc/g++` is found if some of the build packages
  don't respect CC/CXX/CPP settings

Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
abc982627271 pushed a commit to abc982627271/starrocks that referenced this pull request Jun 5, 2023
* disable block_cache on arm build
* disable boost-test build
* fix openssl `Configure` parameter
* fix a few hardcoded path in `build-thirdparty.sh`, use pre-defined
  variable.
* ensure customized `gcc/g++` is found if some of the build packages
  don't respect CC/CXX/CPP settings

Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants