release: debug file info
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
parent
76f6335fef
commit
a00ecf21eb
|
|
@ -22,6 +22,7 @@ env:
|
|||
|
||||
jobs:
|
||||
macOS-arm64:
|
||||
if: false
|
||||
runs-on: macos-14
|
||||
|
||||
steps:
|
||||
|
|
@ -82,6 +83,7 @@ jobs:
|
|||
name: llama-bin-macos-arm64.tar.gz
|
||||
|
||||
macOS-x64:
|
||||
if: false
|
||||
runs-on: macos-15-intel
|
||||
|
||||
steps:
|
||||
|
|
@ -212,6 +214,7 @@ jobs:
|
|||
name: llama-bin-ubuntu-${{ matrix.build }}.tar.gz
|
||||
|
||||
ubuntu-22-vulkan:
|
||||
if: false
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
|
|
@ -272,6 +275,7 @@ jobs:
|
|||
name: llama-bin-ubuntu-vulkan-x64.tar.gz
|
||||
|
||||
windows-cpu:
|
||||
if: false
|
||||
runs-on: windows-2025
|
||||
|
||||
strategy:
|
||||
|
|
@ -335,6 +339,7 @@ jobs:
|
|||
name: llama-bin-win-cpu-${{ matrix.arch }}.zip
|
||||
|
||||
windows:
|
||||
if: false
|
||||
runs-on: windows-2025
|
||||
|
||||
env:
|
||||
|
|
@ -417,6 +422,7 @@ jobs:
|
|||
name: llama-bin-win-${{ matrix.backend }}-${{ matrix.arch }}.zip
|
||||
|
||||
windows-cuda:
|
||||
if: false
|
||||
runs-on: windows-2022
|
||||
|
||||
strategy:
|
||||
|
|
@ -485,6 +491,7 @@ jobs:
|
|||
name: cudart-llama-bin-win-cuda-${{ matrix.cuda }}-x64.zip
|
||||
|
||||
windows-sycl:
|
||||
if: false
|
||||
runs-on: windows-2022
|
||||
|
||||
defaults:
|
||||
|
|
@ -563,6 +570,7 @@ jobs:
|
|||
name: llama-bin-win-sycl-x64.zip
|
||||
|
||||
windows-hip:
|
||||
if: false
|
||||
runs-on: windows-2022
|
||||
|
||||
env:
|
||||
|
|
@ -669,6 +677,7 @@ jobs:
|
|||
name: llama-bin-win-hip-${{ matrix.name }}-x64.zip
|
||||
|
||||
ios-xcode-build:
|
||||
if: false
|
||||
runs-on: macos-15
|
||||
|
||||
steps:
|
||||
|
|
@ -729,6 +738,7 @@ jobs:
|
|||
name: llama-${{ steps.tag.outputs.name }}-xcframework.tar.gz
|
||||
|
||||
openEuler-cann:
|
||||
if: false
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [x86, aarch64]
|
||||
|
|
@ -791,17 +801,17 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
needs:
|
||||
- windows
|
||||
- windows-cpu
|
||||
- windows-cuda
|
||||
- windows-sycl
|
||||
- windows-hip
|
||||
# - windows
|
||||
# - windows-cpu
|
||||
# - windows-cuda
|
||||
# - windows-sycl
|
||||
# - windows-hip
|
||||
- ubuntu-22-cpu
|
||||
- ubuntu-22-vulkan
|
||||
- macOS-arm64
|
||||
- macOS-x64
|
||||
- ios-xcode-build
|
||||
- openEuler-cann
|
||||
# - ubuntu-22-vulkan
|
||||
# - macOS-arm64
|
||||
# - macOS-x64
|
||||
# - ios-xcode-build
|
||||
# - openEuler-cann
|
||||
|
||||
steps:
|
||||
- name: Clone
|
||||
|
|
@ -828,6 +838,9 @@ jobs:
|
|||
|
||||
echo "MARKER MARKER MARKER"
|
||||
ls -laR artifact/
|
||||
for f in artifact/*; do
|
||||
file "$f"
|
||||
done
|
||||
echo "MARKER MARKER MARKER"
|
||||
|
||||
echo "Adding CPU backend files to existing zips..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue