Skip to content

Commit 2613921

Browse files
authored
Fix workflow for stable build. (#149)
1 parent 6d277c2 commit 2613921

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/build_dependencies.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,6 @@ jobs:
107107
key_prefix: IOMgrDeps-${{ inputs.platform }}-${{ inputs.build-type }}-${{ inputs.malloc-impl }}-False
108108
if: ${{ inputs.testing == 'True' || steps.restore-cache.outputs.cache-hit != 'true' }}
109109

110-
- name: Retrieve Dependencies NuRaftMesg
111-
uses: actions/checkout@main
112-
with:
113-
repository: eBay/nuraft_mesg
114-
path: import/nuraft_mesg
115-
ref: main
116-
if: ${{ inputs.testing == 'True' || steps.restore-cache.outputs.cache-hit != 'true' }}
117-
118110
- name: Load NuRaftMesg Cache
119111
uses: eBay/sisl/.github/actions/load_conan@master
120112
with:
@@ -153,7 +145,6 @@ jobs:
153145
sudo apt-get install -y python3-pyelftools libaio-dev
154146
python -m pip install pyelftools
155147
conan export import/homestore oss/master
156-
conan export import/nuraft_mesg oss/main
157148
cached_pkgs=$(ls -1d ~/.conan/data/*/*/*/*/export | sed 's,.*data/,,' | cut -d'/' -f1,2 | paste -sd',' - -)
158149
echo "::info:: Pre-cached: ${cached_pkgs}"
159150
if: ${{ inputs.testing == 'True' || steps.restore-cache.outputs.cache-hit != 'true' }}

.github/workflows/conan_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
push:
66
branches:
77
- main
8+
- stable/v3.x
89
pull_request:
910
branches:
1011
- main
12+
- stable/v3.x
1113

1214
jobs:
1315
Build:

0 commit comments

Comments
 (0)