-
Notifications
You must be signed in to change notification settings - Fork 61
Use more recent glib suppression list #1179
Conversation
From flatpack project. An example of these was found when running the suite under ptest. Signed-off-by: Laurent Bonnans <[email protected]>
Signed-off-by: Laurent Bonnans <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1179 +/- ##
=======================================
Coverage 77.97% 77.97%
=======================================
Files 170 170
Lines 10006 10006
=======================================
Hits 7802 7802
Misses 2204 2204 Continue to review full report at Codecov.
|
@@ -23,5 +23,5 @@ cp -rf "$GITREPO_ROOT/tests/test_data/fake_root" "$TEST_INSTALL_DESTDIR" | |||
cp -rf "$GITREPO_ROOT/src/aktualizr_repo/run/create_repo.sh" "$TEST_INSTALL_DESTDIR" | |||
cp -rf "$GITREPO_ROOT/src/aktualizr_repo/run/serve_repo.py" "$TEST_INSTALL_DESTDIR" | |||
|
|||
git -C "$GITREPO_ROOT" fetch --tags --depth=10000 || true | |||
git -C "$GITREPO_ROOT" fetch --tags --unshallow || true |
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.
Too bad, I was worried that wouldn't work.
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.
Yes, @mike-sul mentioned that it wouldn't work on his docker environment: #1160 (comment). But shouldn't be a problem, since it's suffixed by || true
Not worth the trouble Signed-off-by: Laurent Bonnans <[email protected]>
In the end, I disabled shallow clones on Travis. A full clone is relatively fast compared to the docker container builds. |
From flatpack project.
An example of these was found when running the suite under ptest.