Skip to content

Commit

Permalink
Add some open MR's
Browse files Browse the repository at this point in the history
  • Loading branch information
MastaG committed Jul 2, 2024
1 parent df7b789 commit 31cfcaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/turnip.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build "turnip"
name: nightly-turnip-release

on:
workflow_dispatch:
schedule:
- cron: "20 5 1,15 * *"
- cron: '30 2 * * *'

jobs:
start_building_turnip:
Expand Down
4 changes: 4 additions & 0 deletions turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ patches=(
"fix-stringmapiterator;../../turnip-patches/fix-stringmapiterator.patch;"
"mesa-2934e1f-termux-x11-dri3;../../turnip-patches/mesa-2934e1f-termux-x11-dri3.patch;"
"zink_fixes;../../turnip-patches/zink_fixes.patch;"
"descr-prefetching-optimization-a7xx;merge_requests/29873;"
"make-gmem-work-with-preemption;merge_requests/29871;"
"VK_KHR_shader_clock;merge_requests/29860;"
"VK_EXT_fragment_density_map;merge_requests/29938;"
)
commit=""
commit_short=""
Expand Down

0 comments on commit 31cfcaa

Please sign in to comment.