Skip to content

Commit 6eab1b0

Browse files
DEBUG: PR with clangrt 10
1 parent 571e816 commit 6eab1b0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build_clangrt_builtins.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ jobs:
6161
runs-on: ubuntu-latest
6262
if: ${{ success() && inputs.create_pr }}
6363
continue-on-error: true
64-
strategy:
65-
fail-fast: false
66-
matrix:
67-
se: [st33, st33k1]
6864
steps:
6965
- name: Clone repository
7066
uses: actions/checkout@v4
@@ -83,9 +79,9 @@ jobs:
8379
env:
8480
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8581
run: |
86-
ls -l
8782
git status
8883
git switch --create sdk_libs_update
89-
git add arch/${{ matrix.se }}/lib
84+
git add -A .
85+
git commit -m 'Updating static SDK libraries'
9086
git status
9187
gh pr create -B ${{ inputs.target_sdk_branch }} --title '[SDK_LIBS_UPDATE] Updating static SDK libraries' --body 'Created by Github action'

0 commit comments

Comments
 (0)