Skip to content

feat: Python standalone images from python-build-standalone #254

feat: Python standalone images from python-build-standalone

feat: Python standalone images from python-build-standalone #254

Workflow file for this run

name: Check ldconfig cache
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
permissions:
contents: read
jobs:
check-ldconfig:
name: Check ldconfig cache up to date
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
persist-credentials: false
- name: Set up QEMU
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
- name: Check ldconfig caches
run: bazel test //python3:check_ldconfig_tests