[seccomp/libseccomp] dc775c: travis: Disable Travis CI

1 view
Skip to first unread message

Tom Hromatka

unread,
Jul 26, 2021, 10:30:18 PM7/26/21
to libse...@googlegroups.com
Branch: refs/heads/main
Home: https://github.com/seccomp/libseccomp
Commit: dc775c014880cebb0087fb130d0163ff6f56e912
https://github.com/seccomp/libseccomp/commit/dc775c014880cebb0087fb130d0163ff6f56e912
Author: Tom Hromatka <tom.hr...@oracle.com>
Date: 2021-07-26 (Mon, 26 Jul 2021)

Changed paths:
R .travis.yml

Log Message:
-----------
travis: Disable Travis CI

Disable Travis CI by deleting the .travis.yml file. Subsequent
commits will enable the Github Actions continuous integration.

Signed-off-by: Tom Hromatka <tom.hr...@oracle.com>
Signed-off-by: Paul Moore <pa...@paul-moore.com>


Commit: 947ecc884d5c503c08fd10d580cb6b353fa0f31a
https://github.com/seccomp/libseccomp/commit/947ecc884d5c503c08fd10d580cb6b353fa0f31a
Author: Tom Hromatka <tom.hr...@oracle.com>
Date: 2021-07-26 (Mon, 26 Jul 2021)

Changed paths:
M tools/scmp_bpf_disasm.c

Log Message:
-----------
tools: fix scan-build warnings in scmp_bpf_disasm

Delete the unused variable 'len' from scmp_bpf_disasm.

scan-build identified the following two warnings:

scmp_bpf_disasm.c:304:10: warning: Although the value stored to 'len'
is used in the enclosing expression, the value is never actually read
from 'len'
while ((len = fread(&bpf, sizeof(bpf), 1, file))) {

scmp_bpf_disasm.c:441:10: warning: Although the value stored to 'len' is
used in the enclosing expression, the value is never actually read from
'len'
while ((len = fread(&bpf, sizeof(bpf), 1, file))) {

Signed-off-by: Tom Hromatka <tom.hr...@oracle.com>
Signed-off-by: Paul Moore <pa...@paul-moore.com>


Commit: fe068413adf3956a96d63aade3dbf7d556afd877
https://github.com/seccomp/libseccomp/commit/fe068413adf3956a96d63aade3dbf7d556afd877
Author: Tom Hromatka <tom.hr...@oracle.com>
Date: 2021-07-26 (Mon, 26 Jul 2021)

Changed paths:
A .github/actions/setup/action.yml
A .github/workflows/continuous-integration.yml

Log Message:
-----------
github: Add continuous integration workflow

Add Github Actions workflow and actions to run the automated
libseccomp tests and gather code coverage metrics.

Signed-off-by: Tom Hromatka <tom.hr...@oracle.com>
Signed-off-by: Paul Moore <pa...@paul-moore.com>


Commit: 04245d933fad94625b45a4d100112a3483ed9292
https://github.com/seccomp/libseccomp/commit/04245d933fad94625b45a4d100112a3483ed9292
Author: Tom Hromatka <tom.hr...@oracle.com>
Date: 2021-07-26 (Mon, 26 Jul 2021)

Changed paths:
M README.md

Log Message:
-----------
README: Display the Github Actions build status badge

Travis CI has now been disabled. Delete the Travis CI
build status badge and display the Github Actions
continuous integration workflow badge.

Signed-off-by: Tom Hromatka <tom.hr...@oracle.com>
Signed-off-by: Paul Moore <pa...@paul-moore.com>


Compare: https://github.com/seccomp/libseccomp/compare/01e5750e7c84...04245d933fad
Reply all
Reply to author
Forward
0 new messages