diff --git a/.github/workflows/build_dependencies.yml b/.github/workflows/build_dependencies.yml index 4e25677..702bb8e 100644 --- a/.github/workflows/build_dependencies.yml +++ b/.github/workflows/build_dependencies.yml @@ -107,14 +107,6 @@ jobs: key_prefix: IOMgrDeps-${{ inputs.platform }}-${{ inputs.build-type }}-${{ inputs.malloc-impl }}-False if: ${{ inputs.testing == 'True' || steps.restore-cache.outputs.cache-hit != 'true' }} - - name: Retrieve Dependencies NuRaftMesg - uses: actions/checkout@main - with: - repository: eBay/nuraft_mesg - path: import/nuraft_mesg - ref: main - if: ${{ inputs.testing == 'True' || steps.restore-cache.outputs.cache-hit != 'true' }} - - name: Load NuRaftMesg Cache uses: eBay/sisl/.github/actions/load_conan@master with: @@ -153,7 +145,6 @@ jobs: sudo apt-get install -y python3-pyelftools libaio-dev python -m pip install pyelftools conan export import/homestore oss/master - conan export import/nuraft_mesg oss/main cached_pkgs=$(ls -1d ~/.conan/data/*/*/*/*/export | sed 's,.*data/,,' | cut -d'/' -f1,2 | paste -sd',' - -) echo "::info:: Pre-cached: ${cached_pkgs}" if: ${{ inputs.testing == 'True' || steps.restore-cache.outputs.cache-hit != 'true' }} diff --git a/.github/workflows/conan_build.yml b/.github/workflows/conan_build.yml index 422faad..fcf1047 100644 --- a/.github/workflows/conan_build.yml +++ b/.github/workflows/conan_build.yml @@ -5,9 +5,11 @@ on: push: branches: - main + - stable/v3.x pull_request: branches: - main + - stable/v3.x jobs: Build: