Skip to content

Commit

Permalink
Update bootstrap-on-macos.sh and brew-install-for-cmake.sh. Also comm…
Browse files Browse the repository at this point in the history
…ent out Rocky Linux 8.9 CI builds for now.
  • Loading branch information
stephengtuggy committed Apr 25, 2024
1 parent 1fe5972 commit 46109c3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-actions-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ jobs:
OpenGL_GL_PREFERENCE: 'GLVND'
ENABLE_PIE: 'ON'
allow_failure: false
- FROM: 'rockylinux:8.9'
COMPILER: 'clang'
OpenGL_GL_PREFERENCE: 'GLVND'
ENABLE_PIE: 'ON'
allow_failure: false
#- FROM: 'rockylinux:8.9'
# COMPILER: 'clang'
# OpenGL_GL_PREFERENCE: 'GLVND'
# ENABLE_PIE: 'ON'
# allow_failure: false
#- FROM: 'manjarolinux/base'
# COMPILER: 'clang'
# OpenGL_GL_PREFERENCE: 'LEGACY'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/gh-actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ jobs:
OpenGL_GL_PREFERENCE: 'GLVND'
ENABLE_PIE: 'ON'
ARTIFACT_EXT: 'rpm'
- FROM: 'rockylinux:8.9'
COMPILER: 'clang'
OpenGL_GL_PREFERENCE: 'GLVND'
ENABLE_PIE: 'ON'
ARTIFACT_EXT: 'rpm'
#- FROM: 'rockylinux:8.9'
# COMPILER: 'clang'
# OpenGL_GL_PREFERENCE: 'GLVND'
# ENABLE_PIE: 'ON'
# ARTIFACT_EXT: 'rpm'

steps:
- name: Check out repository
Expand Down
4 changes: 2 additions & 2 deletions script/bootstrap-on-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ brew update

for j in "${packages_to_install[@]}"
do
brew install "$j"
brew list "$j" &>/dev/null || brew install "$j"
PACKAGE_INSTALLED_PREFIX=$(brew --prefix "$j")
PACKAGE_INSTALLED_BIN="$PACKAGE_INSTALLED_PREFIX/bin"
export PATH="$PACKAGE_INSTALLED_BIN:$PATH"
Expand All @@ -47,5 +47,5 @@ done

ln -s /usr/local/include/GL /usr/local/include/OpenGL
ln -s /usr/local/include/GL /usr/local/include/GLUT
OPENALDIR=$(brew --prefix openal-soft)
OPENALDIR="$(brew --prefix openal-soft)"
export OPENALDIR
Empty file modified script/brew-install-for-cmake.sh
100644 → 100755
Empty file.

0 comments on commit 46109c3

Please sign in to comment.