Skip to content
Snippets Groups Projects
Commit 38c524f9 authored by Thomas Bettler's avatar Thomas Bettler Committed by Paul Moore
Browse files

gh: bump ubuntu 24.04


Signed-off-by: default avatarThomas Bettler <thomas.bettler@gmail.com>
Acked-by: default avatarTom Hromatka <tom.hromatka@oracle.com>
[PM: merge fuzz, subject tweak]
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
(imported from commit c375ae5f)
parent 8e31cd25
Branches release-2.6
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ on: ["push", "pull_request"]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
......
......@@ -25,7 +25,7 @@ on: ["push", "pull_request"]
jobs:
tests:
name: Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout from github
......@@ -43,7 +43,7 @@ jobs:
livetests:
name: Live Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout from github
......@@ -62,7 +62,7 @@ jobs:
scanbuild:
name: Scan Build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout from github
......@@ -76,7 +76,7 @@ jobs:
codecoverage:
name: Code Coverage
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout from github
......@@ -107,7 +107,7 @@ jobs:
codespell:
name: Codespell
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout from github
......
......@@ -22,7 +22,6 @@ CODE_COVERAGE_OUTPUT_FILE = libseccomp.lcov.info
CODE_COVERAGE_OUTPUT_DIRECTORY = libseccomp.lcov.html.d
CODE_COVERAGE_IGNORE_PATTERN = \
*/usr/include/* \
*/src/arch-syscall-check.c \
*/src/syscalls.perf
ACLOCAL_AMFLAGS = -I m4
......
......@@ -142,7 +142,7 @@ AC_DEFUN([AX_CODE_COVERAGE],[
']
[CODE_COVERAGE_RULES_CAPTURE='
$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --capture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(call code_coverage_sanitize,$(PACKAGE_NAME)-$(PACKAGE_VERSION))" --no-checksum --compat-libtool $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_OPTIONS)
$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --remove "$(CODE_COVERAGE_OUTPUT_FILE).tmp" "/tmp/*" $(CODE_COVERAGE_IGNORE_PATTERN) --output-file "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_RMOPTS)
$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --remove "$(CODE_COVERAGE_OUTPUT_FILE).tmp" $(CODE_COVERAGE_IGNORE_PATTERN) --output-file "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_RMOPTS)
-@rm -f $(CODE_COVERAGE_OUTPUT_FILE).tmp
$(code_coverage_v_genhtml)LANG=C $(GENHTML) $(code_coverage_quiet) $(addprefix --prefix ,$(CODE_COVERAGE_DIRECTORY)) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERSION) Code Coverage" --legend --show-details "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_GENHTML_OPTIONS)
@echo "file://$(abs_builddir)/$(CODE_COVERAGE_OUTPUT_DIRECTORY)/index.html"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment