[PR #1091] [MERGED] CI armv7 builds #317

Open
opened 2026-01-29 19:07:22 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1091
Author: @stenzek
Created: 11/21/2020
Status: Merged
Merged: 11/21/2020
Merged by: @stenzek

Base: masterHead: android-armv7


📝 Commits (5)

  • 497759b VulkanHostDisplay: Support 16-bit scanout
  • a6529a9 Android: Enable armeabi-v7a builds
  • 2ee2207 CI: Output Android apk as duckstation-android.apk
  • 3797d2a CI: Generate armv7 libretro cores
  • 7e7ec86 GPU/Software: Remove a couple of unused variables

📊 Changes

8 files changed (+69 additions, -12 deletions)

View changed files

📝 .github/workflows/rolling-release.yml (+37 -5)
📝 CMakeLists.txt (+9 -0)
CMakeModules/armv7-cross-toolchain.cmake (+14 -0)
📝 android/app/build.gradle (+2 -2)
📝 src/common/vulkan/util.cpp (+2 -0)
📝 src/core/gpu_sw.cpp (+4 -2)
📝 src/core/gpu_sw_backend.cpp (+0 -2)
📝 src/frontend-common/vulkan_host_display.cpp (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/1091 **Author:** [@stenzek](https://github.com/stenzek) **Created:** 11/21/2020 **Status:** ✅ Merged **Merged:** 11/21/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `android-armv7` --- ### 📝 Commits (5) - [`497759b`](https://github.com/stenzek/duckstation/commit/497759b4d6e69e83b0824f26a53e7a811f693815) VulkanHostDisplay: Support 16-bit scanout - [`a6529a9`](https://github.com/stenzek/duckstation/commit/a6529a9537b6ea990a45f74379485f279510b7dc) Android: Enable armeabi-v7a builds - [`2ee2207`](https://github.com/stenzek/duckstation/commit/2ee22071065dde4ecb30448d70ccc82aa647a8ab) CI: Output Android apk as duckstation-android.apk - [`3797d2a`](https://github.com/stenzek/duckstation/commit/3797d2acbca0100663bdaa1bcbb781d98dfaba59) CI: Generate armv7 libretro cores - [`7e7ec86`](https://github.com/stenzek/duckstation/commit/7e7ec86f91a90b33fc9d4257e2ec4c66c29f220e) GPU/Software: Remove a couple of unused variables ### 📊 Changes **8 files changed** (+69 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rolling-release.yml` (+37 -5) 📝 `CMakeLists.txt` (+9 -0) ➕ `CMakeModules/armv7-cross-toolchain.cmake` (+14 -0) 📝 `android/app/build.gradle` (+2 -2) 📝 `src/common/vulkan/util.cpp` (+2 -0) 📝 `src/core/gpu_sw.cpp` (+4 -2) 📝 `src/core/gpu_sw_backend.cpp` (+0 -2) 📝 `src/frontend-common/vulkan_host_display.cpp` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:07:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#317