Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FreeRADIUS/freeradius-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 958876a1b8ecedbcd1ee0febe2996e63ef22a5b0
Choose a base ref
..
head repository: FreeRADIUS/freeradius-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dc9a7be42b905e48a2b7c7e8d15816ade6dd337f
Choose a head ref
Showing with 2 additions and 7 deletions.
  1. +2 −7 .github/workflows/ci-sanitizers.yml
9 changes: 2 additions & 7 deletions .github/workflows/ci-sanitizers.yml
Original file line number Diff line number Diff line change
@@ -34,8 +34,6 @@ jobs:
# Map a step output to a job output
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
selfhosted: ${{ github.repository_owner == 'FreeRADIUS' && '1' || '0' }}
docker_prefix: ${{ github.repository_owner == 'FreeRADIUS' && 'docker.internal.networkradius.com/' || '' }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
@@ -59,11 +57,7 @@ jobs:
# docker - the docker image name, if containers are being used
# name - used in the job name only
os:
- runs_on: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'self-hosted' || 'ubuntu-20.04' }}"
docker: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'docker.internal.networkradius.com/self-hosted' || 'ubuntu:20.04' }}"
name: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'self' || 'gh' }}-ubuntu20"
code: "ubuntu2004"
imageos: "ubuntu20"
- { runs_on: "ubuntu-20.04", code: "ubuntu2004", docker: "ubuntu:20.04", name: "gh-ubuntu20", imageos: "ubuntu20" }

env:
- { CC: clang, BUILD_CFLAGS: "-DWITH_EVAL_DEBUG", LIBS_OPTIONAL: no, LIBS_ALT: no, TEST_TYPE: fixtures, NAME: linux-clang-lean }
@@ -146,3 +140,4 @@ jobs:
with:
limit-access-to-actor: true
if: ${{ github.ref == 'refs/heads/ci-debug' && failure() }}