[build][Bug]: Fix the command set_reproducible_mirrors not found issue (#10398)

Why I did it
Fix the command set_reproducible_mirrors not found issue during the build.
This commit is contained in:
xumia 2022-03-31 12:37:53 +08:00 committed by xumia
parent ab91b607f2
commit 32c00fb014

View File

@ -14,6 +14,10 @@ symlink_build_hooks
cp -rf $SLAVE_DIR/buildinfo/* /usr/local/share/buildinfo/
. /usr/local/share/buildinfo/scripts/buildinfo_base.sh
# Enable reproducible mirrors
set_reproducible_mirrors
apt-get update > /dev/null 2>&1
# Build the slave version config
[ -d /usr/local/share/buildinfo/versions ] && rm -rf /usr/local/share/buildinfo/versions
scripts/versions_manager.py generate -t "/usr/local/share/buildinfo/versions" -n "build-${SLAVE_DIR}" -d "$DISTRO" -a "$ARCH"