diff options
| author | Maxime Dénès | 2017-09-05 13:17:17 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-09-05 13:17:17 +0200 |
| commit | 10aa64c8d33af7e7ee2a23793434d7a66f33e656 (patch) | |
| tree | 9df0427f4808546d0292e5768659a2782fc4ef9c /dev/ci/ci-basic-overlay.sh | |
| parent | d752838ae24dd431f9f2f8de09b5635139ecf3b5 (diff) | |
| parent | f33a4c0fb4e3b55a22fbb38eb868b04920896adf (diff) | |
Merge PR #1021: Fix Software Foundations build.
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rw-r--r-- | dev/ci/ci-basic-overlay.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 4b3b44875f..43525dcd40 100644 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -114,7 +114,9 @@ ######################################################################## # SF ######################################################################## -: ${sf_CI_TARURL:=https://www.cis.upenn.edu/~bcpierce/sf/current/sf.tgz} +: ${sf_lf_CI_TARURL:=https://www.cis.upenn.edu/~bcpierce/sf/lf-current/lf.tgz} +: ${sf_plf_CI_TARURL:=https://www.cis.upenn.edu/~bcpierce/sf/plf-current/plf.tgz} +: ${sf_vfa_CI_TARURL:=https://www.cis.upenn.edu/~bcpierce/sf/vfa-current/vfa.tgz} ######################################################################## # TLC |
