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
a35b10dd
Commit
a35b10dd
authored
Apr 28, 2022
by
EKbfh
🐼
Browse files
Merge branch 'master' into 'try-parralel-matrix'
# Conflicts: # .gitlab-ci.yml
parents
d7ad3461
2a069b78
Pipeline
#36129
failed with stage
in 24 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a35b10dd
...
...
@@ -9,6 +9,7 @@ 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"
...
...
@@ -24,7 +25,7 @@ compile_RedHat:
yum update -y -q && 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
gdbm-devel xz-devel readline-devel ncurses-devel zlib-devel
lzma-devel
-
curl -o /tmp/python.tar.gz https://www.python.org/ftp/python/$PYTHON_VERSION_3/Python-$PYTHON_VERSION_3.tgz
-
tar -zxf /tmp/python.tar.gz -C /opt
-
cd /opt/Python-$PYTHON_VERSION_3
...
...
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