Commit f996201
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 a0d97fc commit f996201
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments