Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/locate-vcvarsall-and-setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
steps:

- name: Setup VCPKG
uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.7
uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: '735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ndk-version: 28.0.13004108

- name: Get Docker Image using Action
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.8
id: build_docker_image_step
with:
dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
architecture: x64


- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.7
- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: '735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
uses: actions/checkout@v5
with:
submodules: false
- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc
cmake-version: '3.31.8'
cmake-hash: 99cc9c63ae49f21253efb5921de2ba84ce136018abf08632c92c060ba91d552e0f6acc214e9ba8123dee0cf6d1cf089ca389e321879fd9d719a60d975bcffcc8
add-cmake-to-path: 'true'
disable-terrapin: 'true'
- name: Use Xcode ${{ env.XCODE_VERSION }}
shell: bash
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
python-version: "3.12"
architecture: ${{ env.buildArch }}

- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.7
- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: '735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_cuda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v5

- uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.7
- uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.8
id: build_docker_image_step
with:
dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/Dockerfile.manylinux2_28_cuda
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
# So build.py --build_dir build/Release inside the container correctly finds the artifacts.
- name: Test ONNX Runtime
id: test_step
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name }}
build_config: Release
Expand Down
52 changes: 26 additions & 26 deletions .github/workflows/linux_minimal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
node-version: 20

- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.7
- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: '735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
Expand All @@ -47,7 +47,7 @@ jobs:
disable-terrapin: 'true'

- name: Build Full ORT and Prepare Test Files
uses: microsoft/onnxruntime-github-actions/build-and-prep-ort-files@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-and-prep-ort-files@v0.0.8

- name: Upload Test Data Artifact
uses: actions/upload-artifact@v4
Expand All @@ -74,7 +74,7 @@ jobs:
node-version: 20

- name: Get Docker Image using Action
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.8
id: build_docker_image_step
with:
dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
Expand All @@ -85,7 +85,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run Build 2 (Update)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand All @@ -100,7 +100,7 @@ jobs:
--enable_training_ops

- name: Run Build 2 (Build)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
node-version: 20

- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.7
- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: '735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
Expand All @@ -142,7 +142,7 @@ jobs:
disable-terrapin: 'true'

- name: Build Full ORT and Prepare Test Files
uses: microsoft/onnxruntime-github-actions/build-minimal-ort-and-run-tests@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-minimal-ort-and-run-tests@v0.0.8
with:
reduced-ops-config-file: required_ops.ort_models.config
enable-custom-ops: 'true'
Expand All @@ -166,7 +166,7 @@ jobs:
with:
node-version: 20

- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.7
- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: '735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
Expand All @@ -175,7 +175,7 @@ jobs:
add-cmake-to-path: 'true'
disable-terrapin: 'true'
- name: Build Full ORT and Prepare Test Files
uses: microsoft/onnxruntime-github-actions/build-minimal-ort-and-run-tests@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-minimal-ort-and-run-tests@v0.0.8
with:
reduced-ops-config-file: required_ops_and_types.ort_models.config
enable-type-reduction: 'true'
Expand All @@ -198,7 +198,7 @@ jobs:
with:
node-version: 20

- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.7
- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: '735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
Expand All @@ -208,7 +208,7 @@ jobs:
disable-terrapin: 'true'

- name: Build Full ORT and Prepare Test Files
uses: microsoft/onnxruntime-github-actions/build-minimal-ort-and-run-tests@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-minimal-ort-and-run-tests@v0.0.8
with:
globally_allowed_types: 'bool,float,int8_t,uint8_t'
enable-type-reduction: 'true'
Expand All @@ -233,7 +233,7 @@ jobs:
node-version: 20

- name: Get Docker Image using Action
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.8
id: build_docker_image_step
with:
dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
Expand All @@ -245,7 +245,7 @@ jobs:


- name: Run Build 5 (Update)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand All @@ -258,7 +258,7 @@ jobs:
--minimal_build extended

- name: Run Build 5 (Build)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand All @@ -270,7 +270,7 @@ jobs:
--use_binskim_compliant_compile_flags
--minimal_build extended
- name: Run Build 5 (Test)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand All @@ -297,7 +297,7 @@ jobs:
submodules: false

- name: Get Docker Image using Action
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.8
id: build_docker_image_step
with:
dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
Expand All @@ -314,7 +314,7 @@ jobs:
touch ${{ runner.temp }}/.test_data/include_no_operators.config

- name: Run Build 6a (Update)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand All @@ -330,7 +330,7 @@ jobs:
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF

- name: Run Build 6a (Build)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand All @@ -347,7 +347,7 @@ jobs:


- name: Run Build 6a (Test)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
touch ${{ runner.temp }}/.test_data/include_no_operators.config

- name: Get Docker Image using Action
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.8
id: build_docker_image_step
with:
dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
Expand All @@ -394,7 +394,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run Build 6b (Update)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand All @@ -413,7 +413,7 @@ jobs:
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF

- name: Run Build 6b (Build)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand Down Expand Up @@ -452,7 +452,7 @@ jobs:
touch ${{ runner.temp }}/.test_data/include_no_operators.config

- name: Get Docker Image using Action
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.8
id: build_docker_image_step
with:
dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
Expand All @@ -469,7 +469,7 @@ jobs:
touch ${{ runner.temp }}/.test_data/include_no_operators.config

- name: Run Build 6c (Update)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand All @@ -488,7 +488,7 @@ jobs:
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF

- name: Run Build 6c (Build)
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name
}}
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
path: ${{ runner.temp }}/.test_data/

- name: Get Docker Image using Action
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.8
id: build_docker_image_step
with:
dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_tensorrt_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# --- Build the Docker image needed for testing ---
- name: Build Docker Image for Testing
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.7
uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.8
id: build_docker_image_step
with:
dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/Dockerfile.manylinux2_28_cuda
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
# So build.py --build_dir build/Release inside the container correctly finds the artifacts.
- name: Test ONNX Runtime
id: test_step
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
with:
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name }}
build_config: Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# - name: Checkout code
# uses: actions/checkout@v4

# - uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.7
# - uses: microsoft/onnxruntime-github-actions/build-docker-image@v0.0.8
# id: build_docker_image_step
# with:
# dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/Dockerfile.manylinux2_28_webgpu
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

# - name: Test ONNX Runtime
# id: test_step
# uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.7
# uses: microsoft/onnxruntime-github-actions/run-build-script-in-docker@v0.0.8
# with:
# docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name }}
# build_config: Release
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v5
- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc
cmake-version: '3.31.8'
cmake-hash: 99cc9c63ae49f21253efb5921de2ba84ce136018abf08632c92c060ba91d552e0f6acc214e9ba8123dee0cf6d1cf089ca389e321879fd9d719a60d975bcffcc8
add-cmake-to-path: 'true'
disable-terrapin: 'true'

- name: macOS CI pipeline prepare steps
uses: ./.github/actions/macos-ci-setup
Expand Down Expand Up @@ -117,6 +125,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v5
- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc
cmake-version: '3.31.8'
cmake-hash: 99cc9c63ae49f21253efb5921de2ba84ce136018abf08632c92c060ba91d552e0f6acc214e9ba8123dee0cf6d1cf089ca389e321879fd9d719a60d975bcffcc8
add-cmake-to-path: 'true'
disable-terrapin: 'true'

- name: macOS CI pipeline prepare steps
uses: ./.github/actions/macos-ci-setup
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/macos-ci-build-and-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v5
- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc
cmake-version: '3.31.8'
cmake-hash: 99cc9c63ae49f21253efb5921de2ba84ce136018abf08632c92c060ba91d552e0f6acc214e9ba8123dee0cf6d1cf089ca389e321879fd9d719a60d975bcffcc8
add-cmake-to-path: 'true'
disable-terrapin: 'true'

- name: macOS CI pipeline prepare steps
uses: ./.github/actions/macos-ci-setup
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/publish-objectivec-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v5
- uses: microsoft/onnxruntime-github-actions/setup-build-tools@v0.0.8
with:
vcpkg-version: '2025.06.13'
vcpkg-hash: 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc
cmake-version: '3.31.8'
cmake-hash: 99cc9c63ae49f21253efb5921de2ba84ce136018abf08632c92c060ba91d552e0f6acc214e9ba8123dee0cf6d1cf089ca389e321879fd9d719a60d975bcffcc8
add-cmake-to-path: 'true'
disable-terrapin: 'true'

- name: Install Jazzy
run: |
Expand Down
Loading
Loading