diff options
author | Frederic Martinsons <frederic.martinsons@gmail.com> | 2023-03-15 08:48:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-25 23:00:14 +0000 |
commit | 2929a3bb19b1cad57391521e9fc80b067f3300c7 (patch) | |
tree | d59975dcaf792d74d1590d172ca1e2fa050c99a2 /scripts/lib/argparse_oe.py | |
parent | 84cfe291ad4069499e9c8b537a5726cfe2ea8414 (diff) | |
download | poky-2929a3bb19b1cad57391521e9fc80b067f3300c7.tar.gz |
cargo.bbclass: use offline mode for building
There should not be any network access during the build step so
specify this explicitely to cargo.
This will allow better error message, e.g:
| Caused by:
| can't checkout from 'ssh://git@.../fmartinsons/zbus-git-dep-test.git': you are in the offline mode (--offline)
Instead of
| Updating git repository `ssh://git@.../fmartinsons/zbus-git-dep-test.git`
| warning: spurious network error (2 tries remaining): failed to resolve address for gitlab.com: Temporary failure in name resolution;class=Net (12)
(From OE-Core rev: bad6361b2f90e7916e344148976a968559375eda)
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8e9ec03c73e8c09e223d6f6cce297df363991350)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/argparse_oe.py')
0 files changed, 0 insertions, 0 deletions