diff options
| author | Tom Rini <trini@konsulko.com> | 2025-07-23 13:16:50 -0600 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-07-23 13:36:37 -0600 | 
| commit | 71c96a8b2ab0fbaf49e7e3fe0623e5065bb3400a (patch) | |
| tree | bd117bd30850cfaee93f319cc2e44d04575b96c7 | |
| parent | 67c791dcdf84f3b84e447685b0301400d9e2db73 (diff) | |
Azure: Temporarily switch to GitHub mirror of u-boot-test-hooks
In order to unblock this CI workflow for the moment, switch to using a
mirror of u-boot-test-hooks on GitHub rather than source.denx.de.
Signed-off-by: Tom Rini <trini@konsulko.com>
| -rw-r--r-- | .azure-pipelines.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index b3fd4ceef13..966a66ff567 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -251,7 +251,7 @@ stages:            # the below corresponds to .gitlab-ci.yml "before_script"            cd \${WORK_DIR}            git config --global --add safe.directory \${WORK_DIR} -          git clone --depth=1 https://source.denx.de/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks +          git clone --depth=1 https://github.com/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks            # qemu_arm64_lwip_defconfig is the same as qemu_arm64 but with NET_LWIP enabled.            # The test config and the boardenv file from qemu_arm64 can be re-used so create symlinks            ln -s conf.qemu_arm64_na /tmp/uboot-test-hooks/bin/travis-ci/conf.qemu_arm64_lwip_na | 
