Skip to content
Snippets Groups Projects
Commit 6371f2e2 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

use sudo in yum install

parent d8a5d6d0
No related branches found
No related tags found
No related merge requests found
Pipeline #54491 canceled
...@@ -68,7 +68,7 @@ stages: ...@@ -68,7 +68,7 @@ stages:
build_linux_bob_devel: build_linux_bob_devel:
extends: .build_linux_template extends: .build_linux_template
script: script:
- yum install -y mesa-libGL-devel # need this for pyopengl - sudo yum install -y mesa-libGL-devel # need this for pyopengl
- python3 ./bob/devtools/build.py -vv build-bob-devel - python3 ./bob/devtools/build.py -vv build-bob-devel
build_linux_deps: build_linux_deps:
......
...@@ -291,6 +291,10 @@ pin_run_as_build: ...@@ -291,6 +291,10 @@ pin_run_as_build:
# names here should not contain dots or dashes. You should replace dots and dashes with # names here should not contain dots or dashes. You should replace dots and dashes with
# underlines. # underlines.
# update this version to the current date when you modify the pins below
bob_devel_version:
- 2021.10.01
# AUTOMATIC PARSING START # AUTOMATIC PARSING START
# DO NOT MODIFY THIS COMMENT # DO NOT MODIFY THIS COMMENT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment