diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea9bd59c1ad..b11d7f6fc4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,32 +16,32 @@ jobs: fetch-version: uses: ./.github/workflows/reusable_fetch_version.yaml - build-dev-packages: - needs: [fetch-version] - uses: ./.github/workflows/reusable_build_packages.yaml - with: - arch: x86_64 - version: ${{ needs.fetch-version.outputs.version }} + #build-dev-packages: + # needs: [fetch-version] + # uses: ./.github/workflows/reusable_build_packages.yaml + # with: + # arch: x86_64 + # version: ${{ needs.fetch-version.outputs.version }} - test-dev-packages: - needs: [fetch-version, build-dev-packages] - uses: ./.github/workflows/reusable_test_packages.yaml - strategy: - fail-fast: false - matrix: - static: ["static", ""] - with: - arch: x86_64 - static: ${{ matrix.static != '' && true || false }} - version: ${{ needs.fetch-version.outputs.version }} + #test-dev-packages: + # needs: [fetch-version, build-dev-packages] + # uses: ./.github/workflows/reusable_test_packages.yaml + # strategy: + # fail-fast: false + # matrix: + # static: ["static", ""] + # with: + # arch: x86_64 + # static: ${{ matrix.static != '' && true || false }} + # version: ${{ needs.fetch-version.outputs.version }} - build-dev-minimal: - uses: ./.github/workflows/reusable_build_dev.yaml - with: - arch: x86_64 - git_ref: ${{ github.event.pull_request.head.sha }} - minimal: true - build_type: Debug + #build-dev-minimal: + # uses: ./.github/workflows/reusable_build_dev.yaml + # with: + # arch: x86_64 + # git_ref: ${{ github.event.pull_request.head.sha }} + # minimal: true + # build_type: Debug # builds using system deps, checking out the PR's code # note: this also runs a command that generates an output of form: " ",