Skip to content

Commit a90376a

Browse files
authored
Merge pull request #530 from gustavosr8/master
Fix asyn build in CI.
2 parents 3acafd0 + cca28d1 commit a90376a

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

.ci-local/asyn-config.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

.ci-local/os.set

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ BASE_RECURSIVE=no
66

77
PVDATABASE_REPONAME=pvDatabaseCPP
88
PVDATABASE_REPOOWNER=epics-base
9-
10-
ASYN_HOOK=.ci-local/asyn-config.sh

.github/workflows/ci-scripts.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
base: "7.0"
5050
deps: adsupport
5151

52-
- os: ubuntu-20.04
52+
- os: ubuntu-22.04
5353
cmp: gcc
5454
configuration: default
5555
base: "7.0"
@@ -83,6 +83,10 @@ jobs:
8383
with:
8484
submodules: true
8585

86+
- name: "Install TIRPC Headers"
87+
if: runner.os == 'Linux'
88+
run: sudo apt-get install -y libtirpc-dev
89+
8690
- name: "Install Linux OS Deps"
8791
if: ${{ matrix.deps == 'os' && runner.os == 'Linux' }}
8892
run: |

0 commit comments

Comments
 (0)