delete duplicated pre-check.yml

This commit is contained in:
xlliu-scitix 2025-12-21 07:49:52 +00:00
parent e9e9a27320
commit b5c25a812c
2 changed files with 1 additions and 30 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Build run package
run: |
docker buildx build \
-f docker/Dockerfile.cuda12.x.ubuntu20.04 \
-f docker/Dockerfile.cuda13.x.ubuntu22.04 \
--platform linux/amd64 \
--target package \
--output type=local,dest=dist \

View File

@ -1,29 +0,0 @@
on:
pull_request:
workflow_dispatch:
jobs:
build-only:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf /opt/hostedtoolcache
sudo docker system prune -af || true
df -h
- name: Build run package
run: |
docker buildx build \
-f docker/Dockerfile.cuda13.x.ubuntu22.04 \
--platform linux/amd64 \
--target package \
--output type=local,dest=dist/cuda13.x.ubuntu22.04 \
.
- name: List artifacts
run: |
ls -lh dist/cuda13.x.ubuntu22.04