Skip to content

Commit

Permalink
ci: drop oracle 8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 24, 2024
1 parent 7e2e300 commit 62a45a1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ jobs:
# container: variar/klogg_oracle7
# cmake_opts: -DKLOGG_USE_SENTRY=OFF -DKLOGG_USE_LTO=OFF -DKLOGG_USE_HYPERSCAN=OFF

- os: oraclelinux
os_version: 8
arch: x64
check_command: yum install -y --setopt tsflags=test /usr/local/klogg*.rpm
cpack_gen: RPM
artifacts_id: oracle
package_suffix: rpm
check_container: oraclelinux:8
container_root: docker/oracle8
container: variar/klogg_oracle8
cmake_opts: -DCMAKE_BUILD_WITH_INSTALL_RPATH=on
# - os: oraclelinux
# os_version: 8
# arch: x64
# check_command: yum install -y --setopt tsflags=test /usr/local/klogg*.rpm
# cpack_gen: RPM
# artifacts_id: oracle
# package_suffix: rpm
# check_container: oraclelinux:8
# container_root: docker/oracle8
# container: variar/klogg_oracle8
# cmake_opts: -DCMAKE_BUILD_WITH_INSTALL_RPATH=on

- os: ubuntu_focal
os_version: 20.04
Expand Down

0 comments on commit 62a45a1

Please sign in to comment.