Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMB
CMB
Commits
fe5117de
Commit
fe5117de
authored
Dec 02, 2020
by
Aron Helser
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ci images, avoid avx512 on linux.
parent
0097c347
Pipeline
#203215
failed with stages
in 12 minutes and 40 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
.gitlab/ci/configure_common.cmake
.gitlab/ci/configure_common.cmake
+6
-0
.gitlab/ci/download_superbuild.cmake
.gitlab/ci/download_superbuild.cmake
+6
-6
.gitlab/os-linux.yml
.gitlab/os-linux.yml
+1
-1
No files found.
.gitlab/ci/configure_common.cmake
View file @
fe5117de
...
...
@@ -2,6 +2,12 @@ set(CTEST_USE_LAUNCHERS "ON" CACHE STRING "")
set
(
cmb_enable_testing
"ON"
CACHE BOOL
""
)
# Build binaries that will run on older architectures
if
(
"$ENV{CMAKE_CONFIGURATION}"
MATCHES
"fedora"
)
set
(
CMAKE_C_FLAGS
"-march=core2 -mno-avx512f"
CACHE STRING
""
)
set
(
CMAKE_CXX_FLAGS
"-march=core2 -mno-avx512f"
CACHE STRING
""
)
endif
()
include
(
"
${
CMAKE_CURRENT_LIST_DIR
}
/configure_sccache.cmake"
)
# Include the superbuild settings.
...
...
.gitlab/ci/download_superbuild.cmake
View file @
fe5117de
...
...
@@ -9,13 +9,13 @@ set(data_host "https://data.kitware.com")
# Determine the tarball to download.
if
(
"$ENV{CMAKE_CONFIGURATION}"
MATCHES
"vs2019"
)
# 20201
001
set
(
file_item
"5f
75d223
50a41e3d19
b
ee
d33
"
)
set
(
file_hash
"a
555ef360539ba7c8fd838b9c94e670a26b292bcad16417423ae5cfe54ac8efaf9be2995ef3775ebdc6007c56568a5c539d6c5acaf2d6ff50d8d496b6af7ee81
"
)
# 20201
202
set
(
file_item
"5f
c7b928
50a41e3d19
7
ee
93a
"
)
set
(
file_hash
"a
4b56bdf3d445ff3fcc170b90efebd2ea67c5a19d8493ea74def2942a179576baf5a840d6407ee8de69fb3f275841926d4293db9c342c0b3c559a9104ca2fc55
"
)
elseif
(
"$ENV{CMAKE_CONFIGURATION}"
MATCHES
"macos"
)
# 2020
091
2
set
(
file_item
"5f
74716e
50a41e3d19
bb5ef4
"
)
set
(
file_hash
"
26832c678d2c41f247005c0d56736933cbf12a3fed8db9449def49dbce598c8f332f070c2932ceeefeface273e32a4b323a578408fe13c9a64361a14e96d0101
"
)
# 2020
120
2
set
(
file_item
"5f
c7ba50
50a41e3d19
7ee9cd
"
)
set
(
file_hash
"
81305cd62371ed782e20f43791eca3ce442f261b03506e0eb3602b494341daa781c4186ec89c04659cbb5f0223aab7306dcc9005dd3981fea12cd49f2e13278f
"
)
else
()
message
(
FATAL_ERROR
"Unknown build to use for the superbuild"
)
...
...
.gitlab/os-linux.yml
View file @
fe5117de
...
...
@@ -5,7 +5,7 @@
### Fedora
.fedora31
:
image
:
"
kitware/cmb:ci-cmb-fedora31-2020
0910
"
image
:
"
kitware/cmb:ci-cmb-fedora31-2020
1201
"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
...
...
Aron Helser
@aron.helser
mentioned in commit
0bfd8ec3
·
Dec 02, 2020
mentioned in commit
0bfd8ec3
mentioned in commit 0bfd8ec3b7797d39bbaf1d0896e94ea2ba701c26
Toggle commit list
Write
Preview
Markdown
is supported
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