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
bb80d456
Commit
bb80d456
authored
Jun 11, 2020
by
EKbfh
🐼
Browse files
Try to disable shared building
parent
ef51abe1
Pipeline
#24013
failed with stages
in 2 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bb80d456
...
...
@@ -7,8 +7,8 @@ variables:
PYTHON_VERSION_3_8
:
"
3.8.3"
S3_BASE
:
https://s3.getnoc.com
S3_BUCKET
:
$CI_PROJECT_NAMESPACE
COMPILE_FLAGS_DEB
:
"
--with-lto
--with-system-ffi
--with-computed-gotos
--enable-loadable-sqlite-extensions
--disable-shared"
COMPILE_FLAGS_RPM
:
"
--with-lto
--with-system-ffi
--with-computed-gotos
--enable-loadable-sqlite-extensions
--disable-shared"
COMPILE_FLAGS_DEB
:
"
--with-lto
--with-system-ffi
--with-computed-gotos
--enable-loadable-sqlite-extensions
--disable-shared
LDFLAGS='-static'
CFLAGS='-static'
CPPFLAGS='-static'
"
COMPILE_FLAGS_RPM
:
"
--with-lto
--with-system-ffi
--with-computed-gotos
--enable-loadable-sqlite-extensions
--disable-shared
LDFLAGS='-static'
CFLAGS='-static'
CPPFLAGS='-static'
"
.base_compile
:
stage
:
compile
...
...
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