Skip to content

Commit

Permalink
not running windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhedarV committed Feb 28, 2024
1 parent 65ae362 commit a036eb8
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/xrt_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,37 +117,37 @@ jobs:
appConfig2: ${{ secrets.APP_CONFIG2 }}
appConfig3: ${{ secrets.APP_CONFIG3 }}

windows-build:
needs: authorize
runs-on: Windows
steps:
- name: Checkout PR
uses: actions/checkout@v4
with:
repository: ${{ needs.setup.outputs.pr_repository }}
ref: ${{ needs.setup.outputs.pr_ref }}
fetch-depth: 0
path: ${{ github.workspace }}/${{ github.run_number }}
submodules: recursive
# windows-build:
# needs: authorize
# runs-on: Windows
# steps:
# - name: Checkout PR
# uses: actions/checkout@v4
# with:
# repository: ${{ needs.setup.outputs.pr_repository }}
# ref: ${{ needs.setup.outputs.pr_ref }}
# fetch-depth: 0
# path: ${{ github.workspace }}/${{ github.run_number }}
# submodules: recursive

- name: Checkout private repository
uses: actions/checkout@v3
with:
repository: actions-int/composite-workflows
github-server-url: ${{ secrets.SERVER_URL }}
token: ${{ secrets.ACCESS_TOKEN }}
path: composite-workflows
ref: main
# - name: Checkout private repository
# uses: actions/checkout@v3
# with:
# repository: actions-int/composite-workflows
# github-server-url: ${{ secrets.SERVER_URL }}
# token: ${{ secrets.ACCESS_TOKEN }}
# path: composite-workflows
# ref: main

- name: XRT windows build
uses: ./composite-workflows/windows-build
with:
workspace: ${{ github.workspace }}/${{ github.run_number }}/build
buildNumber: ${{ github.run_number }}
release: ${{ env.RELEASE }}
accessToken: ${{ secrets.ACCESS_TOKEN }}
workspaceg: ${{ github.workspace }}
github-server-url: ${{ secrets.SERVER_URL }}
# - name: XRT windows build
# uses: ./composite-workflows/windows-build
# with:
# workspace: ${{ github.workspace }}/${{ github.run_number }}/build
# buildNumber: ${{ github.run_number }}
# release: ${{ env.RELEASE }}
# accessToken: ${{ secrets.ACCESS_TOKEN }}
# workspaceg: ${{ github.workspace }}
# github-server-url: ${{ secrets.SERVER_URL }}

apu-package-build:
needs: authorize
Expand Down

0 comments on commit a036eb8

Please sign in to comment.