mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Wayland_protocols update, mpv update (#9681)
* wayland_protocols => 1.35 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * mpv => 0.38 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Enable debugging for /usr/local/etc/profile if in container, fixup glibc version detection Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update crew_profile_base hash Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update sha for crew_profile_base Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update sha for crew_profile_base Signed-off-by: Satadru Pramanik <satadru@gmail.com> * minor tweaks to unit test, update hash for crew_profile_base Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0375a25dcd
commit
58fa2177e9
2
.github/workflows/Unit-Test.yml
vendored
2
.github/workflows/Unit-Test.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
- name: Unit Tests
|
||||
run: |
|
||||
sudo docker run -t satmandu/crewbuild:amd64 sudo -i -u chronos /bin/bash -c "
|
||||
sudo docker run --rm -t satmandu/crewbuild:amd64 sudo -i -u chronos /bin/bash -c "
|
||||
echo \"CREW_REPO is ${{ github.event.pull_request.head.repo.clone_url }}\" && \
|
||||
echo \"CREW_BRANCH is ${{ github.head_ref }}\" && \
|
||||
CREW_REPO=${{ github.event.pull_request.head.repo.clone_url }} CREW_BRANCH=${{ github.head_ref }} crew update && \
|
||||
|
||||
Reference in New Issue
Block a user