mirror of
https://github.com/NVIDIA/nccl-tests.git
synced 2026-04-23 16:08:20 +08:00
delete duplicated pre-check.yml
This commit is contained in:
parent
e9e9a27320
commit
b5c25a812c
2
.github/workflows/pre-check.yml
vendored
2
.github/workflows/pre-check.yml
vendored
@ -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 \
|
||||
|
||||
29
.github/workflows/pre_check.yml
vendored
29
.github/workflows/pre_check.yml
vendored
@ -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
|
||||
Loading…
Reference in New Issue
Block a user