|
|
|
@ -66,7 +66,7 @@ jobs:
|
|
|
|
path: .
|
|
|
|
path: .
|
|
|
|
|
|
|
|
|
|
|
|
almalinux-9:
|
|
|
|
almalinux-9:
|
|
|
|
name: AlmaLinux 9
|
|
|
|
name: AlmaLinux 9 (schema)
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
container: almalinux:9
|
|
|
|
container: almalinux:9
|
|
|
|
needs: [prepare-deps, prepare-cbindgen]
|
|
|
|
needs: [prepare-deps, prepare-cbindgen]
|
|
|
|
@ -230,6 +230,9 @@ jobs:
|
|
|
|
# And build.
|
|
|
|
# And build.
|
|
|
|
PATH=/usr/local/bin:$PATH make clean all
|
|
|
|
PATH=/usr/local/bin:$PATH make clean all
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Check EVE schema ordering
|
|
|
|
|
|
|
|
run: ./scripts/schema-sort.py --check ./etc/schema.json
|
|
|
|
|
|
|
|
|
|
|
|
almalinux-9-templates:
|
|
|
|
almalinux-9-templates:
|
|
|
|
name: AlmaLinux 9 Test Templates
|
|
|
|
name: AlmaLinux 9 Test Templates
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|