This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update qemu as the old version 7 no longer builds
pull/5079/head
Martin Kroeker
GitHub
1 year ago
parent
863be814af
commit
c4fe2142c4
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
.github/workflows/mips64.yml
+ 2
- 3
.github/workflows/mips64.yml
View File
@@ -48,7 +48,7 @@ jobs:
with:
repository: qemu/qemu
path: qemu
ref:
79dfa177ae348bb5ab5f97c0915359b13d6186e2
ref:
ae35f033b874c627d81d51070187fbf55f0bf1a7
- name: build qemu
run: |
@@ -59,8 +59,7 @@ jobs:
- name: Compilation cache
uses: actions/cache@v3
with:
path: ~/.ccache
with: path: ~/.ccache
key: ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }}
Write
Preview
Loading…
Cancel
Save