Skip to content

Commit

Permalink
tests: use latest github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Oct 6, 2024
1 parent be35c35 commit cbb7c54
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
task:
freebsd_instance:
image_family: freebsd-13-1
image_family: freebsd-13-3
env:
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
LD_LIBRARY_PATH: /usr/local/lib
Expand All @@ -11,8 +11,7 @@ task:
install_packages_script: |
pkg install -y bash wget gmake libtool pkgconf automake autoconf autoconf-archive \
git dbus tpm2-tss tpm2-abrmd tpm2-tools
sysrc dbus_enable=YES
service dbus restart
service dbus start
build_openssl_script: |
wget --no-verbose https://github.com/openssl/openssl/archive/master.zip
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/clang-asan-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
branch: [openssl-3.0, openssl-3.1, openssl-3.2, master]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install curl autoconf-archive libtss2-dev libtss2-tcti-tabrmd0 tpm2-abrmd tpm2-tools
Expand Down Expand Up @@ -82,9 +82,9 @@ jobs:

- name: Archive log files
if: ${{ success() || failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-report-clang
name: test-report-clang-$BRANCH
path: |
*.log
test/*.log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.repository == 'tpm2-software/tpm2-openssl'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install autoconf-archive libtss2-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gcc-distcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install curl autoconf-archive lcov libtss2-dev libtss2-tcti-tabrmd0 tpm2-abrmd tpm2-tools
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Archive log files
if: ${{ success() || failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-report-gcc
path: |
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright 2017-2018 Fraunhofer SIT sponsored by Infineon Technologies AG
Copyright 2019 Wind River Systems
Copyright 2021 Petr Gotthard
Copyright 2021-2024 Petr Gotthard

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down

0 comments on commit cbb7c54

Please sign in to comment.