-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump main to 7.0.0~pre1 #1094
Bump main to 7.0.0~pre1 #1094
Conversation
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## main #1094 +/- ##
==========================================
- Coverage 64.11% 64.07% -0.04%
==========================================
Files 255 255
Lines 19994 19994
==========================================
- Hits 12819 12812 -7
- Misses 7175 7182 +7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Focal CI is failing.
I think the fix is to change this line in examples/standalone/gtest_setup/CMakeLists.txt
to 7
:
set(IGN_GAZEBO_VER 6)
or better, use the same pattern as the other examples:
find_package(ignition-gazebo7 REQUIRED)
set(IGN_GAZEBO_VER ${ignition-gazebo7_VERSION_MAJOR})
The errors are:
[ FAILED ] Plugins/ExamplesBuild.Build/1, where GetParam() = "standalone" (90440 ms)
[----------] 2 tests from Plugins/ExamplesBuild (189044 ms total)
[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (189044 ms total)
[ PASSED ] 1 test.
[ FAILED ] 1 test, listed below:
[ FAILED ] Plugins/ExamplesBuild.Build/1, where GetParam() = "standalone"
CMake Error at CMakeLists.txt:7 (find_package):
By not providing "Findignition-gazebo6.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"ignition-gazebo6", but CMake did not find one.
Could not find a package configuration file provided by "ignition-gazebo6"
with any of the following names:
ignition-gazebo6Config.cmake
ignition-gazebo6-config.cmake
Add the installation prefix of "ignition-gazebo6" to CMAKE_PREFIX_PATH or
set "ignition-gazebo6_DIR" to a directory containing one of the above
files. If "ignition-gazebo6" provides a separate development package or
SDK, be sure it has been installed.
A second error I'm not sure what it's talking about:
[Dbg] [examples_build.cc:164] Source: /github/workspace/examples/standalone/gtest_setup
[Dbg] [examples_build.cc:170] Build directory: /tmp/l2yWzm
/github/workspace/test/integration/examples_build.cc:177: Failure
Expected equality of these values:
system(cmd)
Which is: 256
0
gtest_setup
Signed-off-by: Louise Poubel <louise@openrobotics.org>
|
Part of gazebo-tooling/release-tools#459