diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-01-18 14:26:14 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-01-20 11:58:07 +0100 |
commit | 3d95b0adc81d155ad9020e9efbc50799c89953ff (patch) | |
tree | f7b391ff47439a4d09b1309326b9d6bbcef13654 /etc | |
parent | fe8983f3444ca0f287d54d673ddda3aa9fb1a17c (diff) | |
download | justbuild-3d95b0adc81d155ad9020e9efbc50799c89953ff.tar.gz |
tests: pass tls certificates and key
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/repos.json b/etc/repos.json index 1da2715a..5937cebd 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -19,6 +19,7 @@ , "libcurl": "com_github_curl_curl" , "bzip2": "bzip2" , "libarchive": "com_github_libarchive_libarchive" + , "credentials": "test-credentials" } , "bootstrap": {"link": ["-lpthread"]} , "bootstrap_local": {"link": ["-lpthread"]} @@ -446,5 +447,7 @@ , "bzip2": "bzip2" } } + , "test-credentials": + {"repository": {"type": "file", "path": "test/etc/credentials"}} } } |