File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,9 @@ RUN sudo install -Dm0755 /home/${user}/build-root/abicheck.sh /usr/bin/abicheck
3030RUN sudo pip install --break-system-packages --no-deps \
3131 git+https://gitlab.com/BuildStream/infrastructure/gitlab-merge-request-generator.git@773c8be54af9a9dd175157f6f1e38c4b86f2bcab \
3232 git+https://gitlab.com/CodethinkLabs/lorry/bst-to-lorry.git@65512da95f7ea62156b4370332ef602dd9e4eb6e \
33- git+https://github.com/bbhtt/
[email protected] #egg=bst_single_updater \
34- git+https://github.com/bbhtt/
[email protected] #egg=lorry_mirror_updater
33+ "git+https://gitlab.com/freedesktop-sdk/freedesktop-sdk-utils.git@$(git ls-remote --tags https://gitlab.com/freedesktop-sdk/freedesktop-sdk-utils.git | awk -F/ '{print $3}' | sed 's/\^ {}$//' | sort -V | tail -n1)#subdirectory=bst-single-updater" \
34+ "git+https://gitlab.com/freedesktop-sdk/freedesktop-sdk-utils.git@$(git ls-remote --tags https://gitlab.com/freedesktop-sdk/freedesktop-sdk-utils.git | awk -F/ '{print $3}' | sed 's/\^ {}$//' | sort -V | tail -n1)#subdirectory=lorry-mirror-updater" \
35+ "git+https://gitlab.com/freedesktop-sdk/freedesktop-sdk-utils.git@$(git ls-remote --tags https://gitlab.com/freedesktop-sdk/freedesktop-sdk-utils.git | awk -F/ '{print $3}' | sed 's/\^ {}$//' | sort -V | tail -n1)#subdirectory=nvd-database-downloader"
3536
3637RUN sudo pacman --noconfirm -Rdd python-click
3738RUN sudo pip install --break-system-packages click==8.2.1 libversion==1.2.4
You can’t perform that action at this time.
0 commit comments