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

Adds ubuntu jammy support for 8.3.4 #1023

Open
wants to merge 4 commits into
base: 8.3.4-ent-base
Choose a base branch
from
Open
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
64 changes: 0 additions & 64 deletions .github/workflows/build-citus-enterprise-nightlies.yml

This file was deleted.

13 changes: 3 additions & 10 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Package

env:
MAIN_BRANCH: "all-enterprise"
MAIN_BRANCH: "8.3.4-ent-base"
PACKAGE_CLOUD_REPO_NAME: "citusdata/enterprise"
PACKAGE_CLOUD_API_TOKEN: ${{ secrets.PACKAGE_CLOUD_API_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand All @@ -23,21 +23,14 @@ jobs:
fail-fast: false
matrix:
platform:
- el/7
- el/8
- ol/7
- ol/8
- debian/stretch
- debian/buster
- ubuntu/bionic
- ubuntu/focal
- ubuntu/jammy

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Clone tools branch
run: git clone -b v0.8.12 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.24 --depth=1 https://github.com/citusdata/tools.git tools

- name: Install package dependencies
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
Expand Down
8 changes: 8 additions & 0 deletions packaging_ignore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ base:
- ".* unused substitution variable \\$\\{postgresql:Depends\\}.*"
- ".* warning: field 'compareValueFunctionCall' with variable sized type 'FunctionCall2InfoData'.*"
- "1 warning generated"
- ".*: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 \\[-Wdeprecated-declarations\\]"
- ".*: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 \\[-Wdeprecated-declarations\\]"
- ".*: warning: 'RSA_new' is deprecated \\[-Wdeprecated-declarations\\]"
- ".*: warning: 'RSA_generate_key_ex' is deprecated \\[-Wdeprecated-declarations\\]"
- ".*: warning: 'EVP_PKEY_assign' is deprecated.*"
- "autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in'"
- "autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in'"
- "\\d+ warnings generated."

debian:
- ".*: W: invalid-license Commercial"
Expand Down