Skip to content

Commit

Permalink
Disable rocky Linux due to bug
Browse files Browse the repository at this point in the history
Add autoremove to bookworm - try to make it work
  • Loading branch information
royfalk committed Dec 16, 2024
1 parent bb1abbd commit 9132479
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/gh-actions-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ jobs:
OpenGL_GL_PREFERENCE: 'GLVND'
ENABLE_PIE: 'ON'
allow_failure: false
- FROM: 'rockylinux_rockylinux:9.4'
COMPILER: 'clang'
OpenGL_GL_PREFERENCE: 'GLVND'
ENABLE_PIE: 'ON'
allow_failure: false
# Removing rockylinux due to https://github.com/boostorg/mpl/issues/69
# TODO: add newer rocklinux (9.5?) when it comes out
# - FROM: 'rockylinux_rockylinux:9.4'
# COMPILER: 'clang'
# OpenGL_GL_PREFERENCE: 'GLVND'
# ENABLE_PIE: 'ON'
# allow_failure: false
# Disabled until the build can be fixed
#- FROM: 'rockylinux_rockylinux:8.10'
# COMPILER: 'clang'
Expand Down
1 change: 1 addition & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ function bootstrapOnDebian()
libboost-python-dev \
libboost-log-dev \
libboost-regex-dev
apt-get -qy autoremove
apt-get -qy install \
git \
cmake \
Expand Down

0 comments on commit 9132479

Please sign in to comment.