-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cd): fix build-comon for tikv when given builder image (#3323)
This pull request includes a small change to the `jenkins/pipelines/cd/atom-jobs/build-common.groovy` file. The change modifies the condition for using GCC 8 on Linux systems by checking for the existence of the file `/opt/rh/devtoolset-8/enable` instead of an empty `BUILDER_IMG` variable. Changes in `jenkins/pipelines/cd/atom-jobs/build-common.groovy`: * Modified the condition to check for the existence of the file `/opt/rh/devtoolset-8/enable` to enable GCC 8 on Linux systems. Signed-off-by: wuhuizuo <wuhuizuo@126.com>
- Loading branch information
Showing
1 changed file
with
35 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters