Skip to content

Commit

Permalink
shared: add rados & rbd libs
Browse files Browse the repository at this point in the history
Signed-off-by: Jose A. Rivera <[email protected]>
  • Loading branch information
jarrpa committed May 8, 2024
1 parent 3bb8dad commit 9ec3ec6
Show file tree
Hide file tree
Showing 14 changed files with 10,221 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ocs-operator-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: ocs-operator sanity checks

env:
CGO_CFLAGS: "-I/home/runner/work/ocs-operator/ocs-operator/shared/"

on:
push:
branches: ["*"]
Expand Down Expand Up @@ -103,7 +106,7 @@ jobs:
with:
check_filenames: true
check_hidden: true
skip: vendor,go.sum,api/go.sum,go.work.sum
skip: vendor,go.sum,api/go.sum,go.work.sum,shared
ignore_words_list: xdescribe,contails,shouldnot

commitlint:
Expand Down
Loading

0 comments on commit 9ec3ec6

Please sign in to comment.