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:
Satadru Pramanik, DO, MPH, MEng
2024-04-19 10:43:53 -04:00
committed by GitHub
parent 0375a25dcd
commit 58fa2177e9
10 changed files with 74 additions and 80 deletions

View File

@@ -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 && \