Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
python-compile
Commits
de4c5c13
Commit
de4c5c13
authored
Apr 28, 2022
by
EKbfh
🐼
Browse files
Add centos groupinstall
parent
a35b10dd
Pipeline
#36130
failed with stage
in 24 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
de4c5c13
...
...
@@ -9,7 +9,6 @@ stages:
-
PYTHON_VERSION_3
:
[
"
3.8.13"
,
"
3.9.12"
,
"
3.10.4"
]
variables
:
PYTHON_VERSION_3
:
"
3.9.10"
S3_BASE
:
https://s3.getnoc.com
S3_BUCKET
:
$CI_PROJECT_NAMESPACE
COMPILE_FLAGS_DEB
:
"
--with-system-ffi
--with-computed-gotos
--enable-loadable-sqlite-extensions"
...
...
@@ -22,7 +21,7 @@ compile_RedHat:
script
:
-
mkdir -p /opt/python$PYTHON_VERSION_3
-
>
yum update -y -q && yum install -y -q
yum update -y -q && yum
groupinstall "Development Tools" -y && yum
install -y -q
curl make
gcc openssl-devel bzip2-devel libffi-devel sqlite-devel cmake
gdbm-devel xz-devel readline-devel ncurses-devel zlib-devel lzma-devel
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment