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