Skip to content

Commit

Permalink
FIX: enable libtirpc for asyn
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Apr 12, 2024
1 parent 0250553 commit f8ad2f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .ci-local/asyn-tirpc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

echo "TIRPC=YES" > configure/CONFIG_SITE.local
10 changes: 10 additions & 0 deletions .ci-local/deps.set
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
MODULES="asyn modbus"

ASYN=master
MODBUS=master

# FIXME: Motor module build fails in mingw/windows. Only needed for motor support though
#MOTOR=master

# Enable libtirpc for Linux builds
ASYN_HOOK=.ci-local/asyn-tirpc.sh
7 changes: 2 additions & 5 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ env:
APT: re2c
CHOCO: re2c
BREW: re2c
MODULES: "asyn modbus"
ASYN: master
MODBUS: master
# FIXME: Motor module build fails in mingw/windows. Only needed for motor support though
#MOTOR: master
# This is where we define our dependencies in CI
SET: deps

jobs:
format:
Expand Down

0 comments on commit f8ad2f2

Please sign in to comment.