Commit 2ae5766
committed
Copies model dependency to avoid no module errors in CI
- Adds http instead of https in Dockerfile.ird to solve below issue
ERROR: failed to build: failed to solve: process "/bin/bash -c apt install libmpfr-dev -y && wget https://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.gz && tar -xvf gdb-14.2.tar.gz && cd gdb-14.2 && ./configure && make -j$(nproc) && make install && cd .. && rm -rf gdb-14.2 gdb-14.2.tar.gz && gdb --version" did not complete successfully: exit code: 41 parent 49518fc commit 2ae5766
2 files changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| |||
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
33 | | - | |
34 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
47 | 44 | | |
48 | 45 | | |
49 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments