-
Notifications
You must be signed in to change notification settings - Fork 446
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
Hotfix/7.4 merge #4213
Hotfix/7.4 merge #4213
Conversation
In remote-build a proxy is used and passed as env var. When calling rosdep init as root those env var were not forwarded. This was causing core20 and core22 ROS snap to be unbuildable on remote-build rosdep doesn't support proxy: ros-infrastructure/rosdep#271
Signed-off-by: Claudio Matsuoka <[email protected]>
`ubnutu-core-initramfs` tool changed where `snap-boostrap` is fetched from. It assumes `snap-bootstrap` from passed `--root` to be used. Unpack the downloaded snapd debian package to the same directory where "ubnutu-core-initramfs" debian package is unpacked. This directory is already passed to the `ubnutu-core-initramfs` tool as `--root` Signed-off-by: Ondrej Kubik <[email protected]>
Required by "debian/rules clean" call Signed-off-by: Ondrej Kubik <[email protected]>
Craft Parts 1.19.6 reverts subdir changes in pull and build steps. Signed-off-by: Claudio Matsuoka <[email protected]>
Signed-off-by: Callahan Kovacs <[email protected]>
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #4213 +/- ##
=======================================
Coverage 88.98% 88.98%
=======================================
Files 296 296
Lines 20192 20192
=======================================
Hits 17968 17968
Misses 2224 2224
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
For the failing linter spread test: There was a spread test fix done on @cmatsuoka reverted it on |
Today, that same spread test started breaking again on Edit: I fixed the test in |
make lint
?pytest tests/unit
?