mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
oeqa/runtime/buildcpio: Use our own mirror for source
We see occasional network glitches which break this test. Use our own mirror (which has a .gz instead of .bz2) to avoid the errors, we're not trying to test network connectivity. (From OE-Core rev: 038d7270aef0cccf87d50a117160c58261beb9b9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
65f74267a0
commit
3b0245936e
|
@ -9,8 +9,7 @@ class BuildCpioTest(OERuntimeTestCase):
|
|||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
uri = 'https://ftp.gnu.org/gnu/cpio'
|
||||
uri = '%s/cpio-2.12.tar.bz2' % uri
|
||||
uri = 'https://downloads.yoctoproject.org/mirror/sources/cpio-2.12.tar.gz'
|
||||
cls.project = TargetBuildProject(cls.tc.target,
|
||||
uri,
|
||||
dl_dir = cls.tc.td['DL_DIR'])
|
||||
|
|
Loading…
Reference in New Issue
Block a user