Commit f590030
committed
Use static link for compare scripts
In case you have different GLIBC versions inside and outside of the chroot
we would get errors. As dynamic linking saves a bit of space we shouldn't
always do this but as we only do this for compare scripts and not the
submissions this is quite a small diskoverhead.1 parent e45daf5 commit f590030
File tree
2 files changed
+3
-3
lines changed- judge
- sql/files/defaultdata/compare
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments