Skip to content

Commit

Permalink
"changed node to ubuntu20.04; updates #255"
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Mar 18, 2022
1 parent 375e4ae commit 5bffff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ properties([[

container_build_nodes = [
'centos': ContainerBuildNode.getDefaultContainerBuildNode('centos7-gcc8'),
'ubuntu': ContainerBuildNode.getDefaultContainerBuildNode('ubuntu1804-gcc8')
'ubuntu2004': ContainerBuildNode.getDefaultContainerBuildNode('ubuntu2004')
]

pipeline_builder = new PipelineBuilder(this, container_build_nodes)
Expand Down
2 changes: 2 additions & 0 deletions conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ fmt/5.3.0@bincrafters/stable
[generators]
cmake
cmake_find_package
virtualbuildenv
virtualrunenv

[options]
gtest:shared=False
librdkafka:shared=True
flatbuffers:shared=True
hdf5:shared=True
date:use_system_tz_db=True
h5cpp:with_boost=False

Expand Down

0 comments on commit 5bffff1

Please sign in to comment.