Skip to content

Revert "Upgraded caddy version from 2.9.1 to 2.11.2. (#845)" #1280

Revert "Upgraded caddy version from 2.9.1 to 2.11.2. (#845)"

Revert "Upgraded caddy version from 2.9.1 to 2.11.2. (#845)" #1280

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
---
name: Static glibc version check
on:
pull_request:
branches: [3.0*,next,26.06*]
types: [opened, synchronize, reopened]
paths:
- .github/workflows/check-static-glibc.yml
- '**.spec'
permissions: read-all
jobs:
spec-check:
name: Static glibc version check
runs-on: ubuntu-latest
steps:
# Checkout the branch of our repo that triggered this action
- name: Workflow trigger checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v4
with:
persist-credentials: false
# For consistency, we use the same major/minor version of Python that Azure Linux ships
- name: Setup Python 3.12
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5
with:
python-version: 3.12
- name: Get Python dependencies
run: python3 -m pip install -r toolkit/scripts/requirements.txt
- name: Copy Azure Linux rpm
run: |
echo ##########
echo "Copy Azure Linux rpm"
echo ##########
toolkit/scripts/toolchain/toolchain_update_git_submodule.sh
shell: bash
- name: Verify .spec files
run: python3 toolkit/scripts/check_static_glibc.py SPECS/**/*.spec SPECS-EXTENDED/**/*.spec SPECS-SIGNED/**/*.spec