We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3acafd0 + cca28d1 commit a90376aCopy full SHA for a90376a
.ci-local/asyn-config.sh
.ci-local/os.set
@@ -6,5 +6,3 @@ BASE_RECURSIVE=no
6
7
PVDATABASE_REPONAME=pvDatabaseCPP
8
PVDATABASE_REPOOWNER=epics-base
9
-
10
-ASYN_HOOK=.ci-local/asyn-config.sh
.github/workflows/ci-scripts.yml
@@ -49,7 +49,7 @@ jobs:
49
base: "7.0"
50
deps: adsupport
51
52
- - os: ubuntu-20.04
+ - os: ubuntu-22.04
53
cmp: gcc
54
configuration: default
55
@@ -83,6 +83,10 @@ jobs:
83
with:
84
submodules: true
85
86
+ - name: "Install TIRPC Headers"
87
+ if: runner.os == 'Linux'
88
+ run: sudo apt-get install -y libtirpc-dev
89
+
90
- name: "Install Linux OS Deps"
91
if: ${{ matrix.deps == 'os' && runner.os == 'Linux' }}
92
run: |
0 commit comments