Skip to content

Commit

Permalink
466 artifact build fails due to beezcli is missing (#469)
Browse files Browse the repository at this point in the history
* added temporary workflow to test artifact build with readline-dev installed

* commented out release action

* rename the workflow

* add readline-devel instead of readline-dev

* added readline-devel package to the artifact-release.yml, needed by beezcli
  • Loading branch information
maxb-io authored Apr 5, 2023
1 parent a2a7fac commit 09a50e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 117 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
yum install -y centos-release-scl epel-release
yum install -y make devtoolset-11-gcc-c++ \
coreutils wget unzip which git python3 openssl openssl-devel \
libzstd-devel lz4-devel snappy-devel zlib-devel \
libzstd-devel lz4-devel snappy-devel zlib-devel readline-devel \
java-1.8.0-openjdk-devel
echo "PATH=/opt/rh/devtoolset-11/root/usr/bin:${PATH}" >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF_NAME#speedb/v}" >> $GITHUB_ENV
Expand Down
116 changes: 0 additions & 116 deletions .github/workflows/manual-artifact-release.yml

This file was deleted.

0 comments on commit 09a50e4

Please sign in to comment.