Commit 01790c2
committed
fwk/gh-actions: Ignore missing libraries
Libraries might be missing because they weren't added in old chroots or
removed in newer ones.
BUG=In a different chroot, the build failed because libraries were
missing.
BRANCH=fwk-main
TEST=Download util artifacts, go in that folder and run
`sudo LD_LIBRARY_PATH=. ./ectool version`
TEST=Check that ldd can find all dynamic libraries
Signed-off-by: Daniel Schaefer <dhs@frame.work>
(cherry picked from commit 688a065)1 parent b0d985c commit 01790c2
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments