-
Notifications
You must be signed in to change notification settings - Fork 349
[skip-ci] Remove proxy setting and upgrade to Ubuntu 20.04 for SOF docker images #4172
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
Conversation
|
[WIP] sorry, removing /etc/apt/apt.conf has a permission problem. Will resolve this. |
Tested with proxy environment and non-proxy environment.
If I get approval, I will switch to latest for build machines. |
marc-hb
left a comment
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.
LGTM except -prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu/ is missing a comment or URL
|
Forgot this sorry: can you please rename this PR? It's far more than proxy settings now. |
Use http/https proxys setting from the host. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
Removed extra spaces. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
Can't imagine editing files without vim or jed. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
d211a42 to
f5ad9e4
Compare
|
https://github.com/thesofproject/sof/pull/4172/checks?check_run_id=2568072273 checkpatch found
|
|
@marc-hb good point. Sorry for missing that. Fixing this now |
There was a assumption /etc/apt/apt.conf has apt proxy settings for the system. This workaround is not required. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
Catching up latest LTS Ubuntu image, 20.04. It is supposed to be minor upgrade but alsa-lib need to be set default library path, /usr/lib/x86_64-linux-gnu/. Otherwise topology library loading error is found for SOF tool build. This is typical error message, alsatplg: error while loading shared libraries: libatopology.so.2: cannot open shared object file: No such file or directory. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
fixes: #3831