Update packages, update unit tests to use M129 container, refresh tools/core_packages.txt (#10606)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-10-14 12:50:55 -04:00
committed by GitHub
parent 83535dd853
commit 89e3fcb6bd
18 changed files with 214 additions and 106 deletions

View File

@@ -93,7 +93,7 @@ jobs:
x86_64)
# Export the x86_64 container depending on whether this PR updates packages with a minimum glibc greater than or equal to 2.37.
if [[ $GLIBC_237_COMPATIBLE_PACKAGES ]]; then
echo "CONTAINER=hatch-x86_64.m128" >> $GITHUB_ENV
echo "CONTAINER=hatch-x86_64.m129" >> $GITHUB_ENV
else
echo "CONTAINER=nocturne-x86_64.m90" >> $GITHUB_ENV
fi
@@ -103,7 +103,7 @@ jobs:
armv7l)
# Export the armv7l container depending on whether this PR updates packages with a minimum glibc greater than or equal to 2.37.
if [[ $GLIBC_237_COMPATIBLE_PACKAGES ]]; then
echo "CONTAINER=strongbad-armv7l.m128" >> $GITHUB_ENV
echo "CONTAINER=strongbad-armv7l.m129" >> $GITHUB_ENV
else
echo "CONTAINER=fievel-armv7l.m91" >> $GITHUB_ENV
fi