Skip to content

Commit d299dce

Browse files
committed
Add fdsdk-utils
1 parent 1b0e688 commit d299dce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ RUN sudo install -Dm0755 /home/${user}/build-root/abicheck.sh /usr/bin/abicheck
3030
RUN 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

3637
RUN sudo pacman --noconfirm -Rdd python-click
3738
RUN sudo pip install --break-system-packages click==8.2.1 libversion==1.2.4

0 commit comments

Comments
 (0)