Skip to content

Commit

Permalink
Change image to RockyLinux8 (#556)
Browse files Browse the repository at this point in the history
Due to an update on Github, maintenance on CentOS 7
has been discontinued. We have decided to stop running
the CentOS 7 machine and use Rocky Linux 8 as the new
Runner.
  • Loading branch information
Baowen648 authored Aug 6, 2024
1 parent 057f9d2 commit 1bbdaf1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ env:
FTS_MODE: "internal_fts"
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: "true"
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: "node16"
permissions:
id-token: write
contents: read
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_external_fts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ env:
FTS_MODE: "external_fts"
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: "true"
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: "node16"


permissions:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:
GEN_DOCKER_TAG: true
INSTALL_DIR: "/usr/local/cloudberry-db"
CLIENT_INSTALL_DIR: "/usr/local/cloudberry-clients"
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: "true"
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: "node16"

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion concourse/scripts/compile_gpdb.bash
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ function _main() {

generate_build_number
build_gpdb "${BLD_TARGET_OPTION[@]}"
git_info

if [[ -z "${SKIP_UNITTESTS}" ]]; then
unittest_check_gpdb
Expand Down

0 comments on commit 1bbdaf1

Please sign in to comment.