Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…sions into sayanshaw/java-combine
  • Loading branch information
Sayan Shaw committed Mar 13, 2024
2 parents 9ba3a2c + 960e551 commit f8ebad8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions .pipelines/templates/build-package-for-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ stages:
BuildPlatform: x86
AdditionalBuildFlags: ${{parameters.OperatorSelectionFlags}} ${{parameters.AdditionalBuildFlags}}

- template: build-package-for-windows.yml
parameters:
DoCompliance: ${{ parameters.DoCompliance }}
DoEsrp: ${{ parameters.DoEsrp }}
StageNameSuffix: CPU_arm
BuildPlatform: arm
AdditionalBuildFlags: ${{parameters.OperatorSelectionFlags}} ${{parameters.AdditionalBuildFlags}}

- template: build-package-for-windows.yml
parameters:
DoCompliance: ${{ parameters.DoCompliance }}
Expand Down Expand Up @@ -159,11 +151,6 @@ stages:
artifactName: 'onnxruntime-extensions-win-arm64'
targetPath: '$(Build.BinariesDirectory)/artifact-downloads'

- task: DownloadPipelineArtifact@0
displayName: 'Download win-arm Pipeline Artifact'
inputs:
artifactName: 'onnxruntime-extensions-win-arm'
targetPath: '$(Build.BinariesDirectory)/artifact-downloads'
- task: DownloadPipelineArtifact@0
displayName: 'Download osx-all Pipeline Artifact'
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .pipelines/templates/build-package-for-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ parameters:
- 'x86'
- 'x64'
- 'arm64'
- 'arm'

- name: StageNameSuffix
displayName: job name for nuget
Expand Down Expand Up @@ -43,7 +42,7 @@ jobs:
clean: true
submodules: none

# Currently we can only run tests on x64. x86 tests faile. arm/arm64 tests can't be run as the build machine is amd64
# Currently we can only run tests on x64. x86 tests faile. arm64 tests can't be run as the build machine is amd64
# TODO: Fix these issues so the nuget build is properly tested.
- ${{ if eq(parameters.BuildPlatform, 'x64') }}:
- task: BatchScript@1
Expand Down

0 comments on commit f8ebad8

Please sign in to comment.