cargo-binstall/e2e-tests
Jiahao XU 7dea40a99a
Support --registry and more options from .cargo/config.toml (#1195)
Fixed #885

Now we can take advantage of new argument `--registry` and
env overrides:
 - `CARGO_REGISTRIES_DEFAULT` if `--registry` is not specified
 - `CARGO_REGISTRIES_{registry_name}_INDEX` for the registry index url

We can also read from `.cargo/config.toml` for:
 - default registry and registries configurations
 - additional CA bundle `http.cainfo`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-07-10 03:37:41 +00:00
..
fake-cargo Migrate CI and builds to Just, add "full" builds (#660) 2023-01-08 16:27:36 +11:00
manifests feat: Support install directly from git repo (#1162) 2023-06-24 01:01:31 +00:00
git.sh feat: Support install directly from git repo (#1162) 2023-06-24 01:01:31 +00:00
live.sh e2e-tests: Check version of installed crates (#1119) 2023-06-03 08:28:44 +00:00
manifest-path.sh e2e-tests: Check version of installed crates (#1119) 2023-06-03 08:28:44 +00:00
no-track.sh feat: Add new cmdline option --no-track (#1111) 2023-06-03 09:15:18 +00:00
other-repos.sh e2e-tests: Check version of installed crates (#1119) 2023-06-03 08:28:44 +00:00
registries.sh Support --registry and more options from .cargo/config.toml (#1195) 2023-07-10 03:37:41 +00:00
self-upgrade-no-symlink.sh Support subcrate in repo (#991) 2023-04-24 19:41:20 +10:00
strategies.sh e2e-tests: Check version of installed crates (#1119) 2023-06-03 08:28:44 +00:00
subcrate.sh e2e-tests: Check version of installed crates (#1119) 2023-06-03 08:28:44 +00:00
tls.sh Support subcrate in repo (#991) 2023-04-24 19:41:20 +10:00
uninstall.sh Support subcrate in repo (#991) 2023-04-24 19:41:20 +10:00
upgrade.sh Support subcrate in repo (#991) 2023-04-24 19:41:20 +10:00
version-syntax.sh Support subcrate in repo (#991) 2023-04-24 19:41:20 +10:00