Skip to content

Commit

Permalink
Added manticore-load to deps in the extra package
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Dec 26, 2024
1 parent ef93105 commit 88acc1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ env:
COLUMNAR_VERSION: '2.3.1'
GALERA_NAME: 'manticore-galera'
GALERA_VERSION: '3.37'
LOAD_NAME: 'manticore-load'
LOAD_VERSION: '1.0.1'
DOCKER_CLI_EXPERIMENTAL: enabled

jobs:
Expand Down Expand Up @@ -378,7 +380,7 @@ jobs:
arch: 'all'
desc: '${{ env.EXTRA_DESC }}'
license: 'Apache-2.0'
depends: '${{ env.APP_NAME }} (>= ${{ needs.vars.outputs.app_version }}), ${{ env.COLUMNAR_NAME }} (>= ${{ env.COLUMNAR_VERSION }}), ${{ env.GALERA_NAME }} (>= ${{ env.GALERA_VERSION }}), ca-certificates'
depends: '${{ env.APP_NAME }} (>= ${{ needs.vars.outputs.app_version }}), ${{ env.COLUMNAR_NAME }} (>= ${{ env.COLUMNAR_VERSION }}), ${{ env.GALERA_NAME }} (>= ${{ env.GALERA_VERSION }}), ${{ env.LOAD_NAME }} (>= ${{ env.LOAD_VERSION }}), ca-certificates'
- name: Build RPM packages
run: |
sudo apt-get update -y -q
Expand Down Expand Up @@ -455,7 +457,7 @@ jobs:
permissions:
contents: write
pull-requests: write
repository-projects: write
repository-projects: write
needs:
- build-artifact
- build-artifact-dev
Expand Down
1 change: 1 addition & 0 deletions packages/extra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Vendor: {{ MAINTAINER }}
Requires: {{ EXECUTOR_NAME }} >= {{ EXECUTOR_VERSION }}
Requires: {{ COLUMNAR_NAME }} >= {{ COLUMNAR_VERSION }}
Requires: {{ GALERA_NAME }} >= {{ GALERA_VERSION }}
Requires: {{ LOAD_NAME }} >= {{ LOAD_VERSION }}
Requires: ca-certificates

Source: tmp.tar.gz
Expand Down

0 comments on commit 88acc1b

Please sign in to comment.