Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maik Froechtenicht
glew
Commits
871bb660
Commit
871bb660
authored
Nov 17, 2017
by
dimitri
Committed by
Nigel Stewart
Nov 19, 2017
Browse files
Still avoiding 32-bit builds online, even though they work locally.
parent
0b396919
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/conan/build.py
View file @
871bb660
...
...
@@ -4,4 +4,9 @@ import os, platform
if
__name__
==
"__main__"
:
builder
=
ConanMultiPackager
(
args
=
"--build missing"
)
builder
.
add_common_builds
()
filtered_builds
=
[]
for
settings
,
options
,
env_vars
,
build_requires
in
builder
.
builds
:
if
not
(
settings
[
"arch"
]
==
"x86"
):
filtered_builds
.
append
([
settings
,
options
,
env_vars
,
build_requires
])
builder
.
builds
=
filtered_builds
builder
.
run
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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