Skip to content

Commit ec69606

Browse files
committed
configure asyn
1 parent 297eea2 commit ec69606

File tree

8 files changed

+23
-4
lines changed

8 files changed

+23
-4
lines changed

.github/workflows/TIRPC.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
set -e
3+
4+
echo "TIRPC=YES" >> ./configure/CONFIG_SITE.local
5+
echo "DRV_VXI11=YES" >> ./configure/CONFIG_SITE.local

.github/workflows/ci-scripts-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ on:
2121

2222
env:
2323
SETUP_PATH: .github/workflows:.ci
24-
# For the sequencer on Linux/Windows/MacOS
25-
APT: re2c
24+
# For sequencer and asyn
25+
APT: re2c libtirpc-dev libreadline-dev
2626
CHOCO: re2c
2727
BREW: re2c
2828

@@ -72,13 +72,13 @@ jobs:
7272
- os: macos-latest
7373
cmp: clang
7474
configuration: default
75-
set: master_7_0
75+
set: macos
7676
name: "MacOS master 7.0"
7777

7878
- os: windows-2022
7979
cmp: vs2022
8080
configuration: static
81-
set: master_7_0
81+
set: windows
8282
name: "Windows master 7.0"
8383

8484
steps:

.github/workflows/macos.set

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
BASE="7.0"
2+
3+
MODULES="asyn"
4+
5+
ASYN="master"

.github/workflows/master_3_15.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ BASE="3.15"
33
MODULES="asyn"
44

55
ASYN="master"
6+
ASYN_HOOK=.github/workflows/TIRPC.sh

.github/workflows/master_7_0.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ BASE="7.0"
33
MODULES="asyn"
44

55
ASYN="master"
6+
ASYN_HOOK=.github/workflows/TIRPC.sh

.github/workflows/stable_3_15.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ BASE="3.15"
33
MODULES="asyn"
44

55
ASYN="R4-42"
6+
ASYN_HOOK=.github/workflows/TIRPC.sh

.github/workflows/stable_7_0.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ BASE="R7.0.4.1"
33
MODULES="asyn"
44

55
ASYN="R4-42"
6+
ASYN_HOOK=.github/workflows/TIRPC.sh

.github/workflows/windows.set

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
BASE="7.0"
2+
3+
MODULES="asyn"
4+
5+
ASYN="master"

0 commit comments

Comments
 (0)