Skip to content

Commit e52e84b

Browse files
committed
disable but not remove OpenGL stuff till Docker stuff can do opt OpenGL
1 parent a7b4472 commit e52e84b

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

github-actions/install-dep-pdl-dep/action.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ runs:
2525
cpanm -n --reinstall Alien::proj || cat ~/.cpanm/build.log # in case has old path
2626
echo "::endgroup::"
2727
fi
28-
- name: Install OpenGL PDL deps
29-
uses: Perl-GPU/devops/github-actions/install-dep-pogl-dep@main
30-
if: runner.os == 'Linux'
31-
- name: Install extra optional OpenGL PDL deps
32-
shell: bash
33-
run: |
34-
if ${{ toJSON( runner.os == 'Linux' ) }}; then
35-
echo "::group::Install extra optional OpenGL PDL deps (via cpanm)"
36-
xvfb-run cpanm -n OpenGL OpenGL::GLUT || cat ~/.cpanm/build.log
37-
echo "::endgroup::"
38-
fi
28+
# - name: Install OpenGL PDL deps
29+
# uses: Perl-GPU/devops/github-actions/install-dep-pogl-dep@main
30+
# if: runner.os == 'Linux'
31+
# - name: Install extra optional OpenGL PDL deps
32+
# shell: bash
33+
# run: |
34+
# if ${{ toJSON( runner.os == 'Linux' ) }}; then
35+
# echo "::group::Install extra optional OpenGL PDL deps (via cpanm)"
36+
# xvfb-run cpanm -n OpenGL OpenGL::GLUT || cat ~/.cpanm/build.log
37+
# echo "::endgroup::"
38+
# fi

0 commit comments

Comments
 (0)