diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-26 18:09:35 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-26 19:09:49 +0000 |
commit | 5bb72e98b312d22191b13f3821f258449e548516 (patch) | |
tree | 045e4a33502581208a86f271d3ab39f6ed10ee5f /reproduce/config/pipeline | |
parent | 00b4893b2829ddb0e9050ae7de6af7cb4d4d8304 (diff) |
High-level dependencies build without system's PATH
The high-level dependencies are now built without having access to the
system's PATH. To do this, all the necessary software that we aren't
building ourselves are now brought into the installed `bin/' directory
using a symbolic link to the corresponding software on the host. To do
this, it was also necessary to increase the number of basic/low-level
packages that we are building, and add several more (Diffutils and
Findutils).
With this process in place, we now have a list of the exact software
packages that we are not building our selves, enabling easy building of all
such dependencies in the future.
Diffstat (limited to 'reproduce/config/pipeline')
-rw-r--r-- | reproduce/config/pipeline/dependency-versions.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index e5b4bbb..9c6f18f 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -5,6 +5,8 @@ bash-version = 4.4.18 bzip2-version = 1.0.6 cmake-version = 3.12.4 coreutils-version = 8.30 +diffutils-version = 3.6 +findutils-version = 4.6.0.199-e3fc flock-version = 0.2.3 gawk-version = 4.2.1 ghostscript-version = 9.26 |