Skip to content

Commit

Permalink
fixed modbus hash and add rocky9 to github
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Aug 18, 2023
1 parent d333d09 commit 375344f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
42 changes: 42 additions & 0 deletions .github/workflows/rocky9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Rocky 9

on:
push:
branches: [master]
paths-ignores:
- '**.md'
- '.github/workflows/linter.yml'
- '.github/workflows/macos.yml'
- '.github/workflows/docker-image.yml'
- '.github/workflows/linux.yml'
- '.github/workflows/debian*.yml'
- 'docs/**'
- 'docker/**'
pull_request:
branches: [master]

jobs:
Rocky9:
runs-on: ubuntu-latest
container: rockylinux/rockylinux:9
steps:
- name: checkout
uses: actions/checkout@v3
- name: Install required packages
run: |
dnf install -y git make sudo bash wget unzip
git clone https://github.com/jeonghanlee/pkg_automation
bash pkg_automation/pkg_automation.bash -y
git clone https://github.com/jeonghanlee/uldaq-env
make -C uldaq-env/ github
- name: EPICS installation
run: |
make init
make conf
make vars
make build
make install
- name: EPICS Environment Check
run: |
make exist
4 changes: 2 additions & 2 deletions configure/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ SRC_VER_LUA:=fe1efd3
## https://github.com/epics-modules/modbus
## 2023-04-17
SRC_NAME_MODBUS:=modbus
SRC_TAG_MODBUS:=224a0746
SRC_VER_MODBUS:=224a0746
SRC_TAG_MODBUS:=24a0746
SRC_VER_MODBUS:=24a0746

## https://github.com/epics-modules/std
## 2023-06-05
Expand Down

0 comments on commit 375344f

Please sign in to comment.