[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.4.0esr-14.5-1] fixup! Add CI for Tor Browser
Pier Angelo Vendrame pushed to branch tor-browser-128.4.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: 4dbb3744 by Beatriz Rizental at 2024-11-19T19:18:28+01:00 fixup! Add CI for Tor Browser - - - - - 2 changed files: - .gitlab-ci.yml - .gitlab/ci/update-containers.yml Changes: = .gitlab-ci.yml = @@ -1,6 +1,6 @@ stages: - - lint - update-container-images + - lint - update-translations variables: = .gitlab/ci/update-containers.yml = @@ -13,3 +13,4 @@ build-base-image: - if: ($CI_COMMIT_BRANCH && $CI_COMMIT_REF_PROTECTED == 'true' && $CI_PROJECT_NAMESPACE == 'tpo/applications') changes: - '.gitlab/ci/containers/base/Containerfile' + - '.gitlab-ci.yml' View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4dbb3744d9f268ec035a3b4cab9d8b51563740c2 -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4dbb3744d9f268ec035a3b4cab9d8b51563740c2 You're receiving this email because of your account on gitlab.torproject.org. ___ tor-commits mailing list -- tor-commits@lists.torproject.org To unsubscribe send an email to tor-commits-le...@lists.torproject.org
[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.4.0esr-14.5-1] fixup! Add CI for Tor Browser
Pier Angelo Vendrame pushed to branch tor-browser-128.4.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: e4f6dd28 by Beatriz Rizental at 2024-11-19T18:56:38+01:00 fixup! Add CI for Tor Browser Add missing dependency to CI base container. - - - - - 1 changed file: - .gitlab/ci/containers/base/Containerfile Changes: = .gitlab/ci/containers/base/Containerfile = @@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \ libxi-dev \ libxrandr-dev \ libxtst-dev \ +make \ m4 \ mercurial \ nasm \ View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e4f6dd28b40facbd0d4c682d0b9c20bcce91185b -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e4f6dd28b40facbd0d4c682d0b9c20bcce91185b You're receiving this email because of your account on gitlab.torproject.org. ___ tor-commits mailing list -- tor-commits@lists.torproject.org To unsubscribe send an email to tor-commits-le...@lists.torproject.org