Skip to content

Commit

Permalink
Add RAPIDS_ARCH env variable for consumption by rattler-build
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Feb 10, 2025
1 parent 2c4fa53 commit 2c2dc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ ARG DEBIAN_FRONTEND
ENV RAPIDS_CUDA_VERSION="${CUDA_VER}"
ENV RAPIDS_PY_VERSION="${PYTHON_VER}"
ENV RAPIDS_DEPENDENCIES="latest"
ENV RAPIDS_ARCH="${ARCH}"

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.12, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.10, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.11, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.10, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.11, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.10, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.12, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.10, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.10, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.10, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.10, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.12, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.12, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.10, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.10, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.11, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.10, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.11, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.10, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.12, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.11, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.10, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.11, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.10, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.12, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.12, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.11, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.12, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.10, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.10, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.12, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.11, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.4.3, 3.11, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.11, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.10, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (11.8.0, 3.12, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.11, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.11, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.12, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.12, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.10, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.11, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.12, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.12, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.11, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.12, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.11, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.12, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.10, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.11, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.11, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.0.1, 3.11, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.10, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.10, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.11, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.10, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.11, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.10, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.11, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.11, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.12, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.12, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.12, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.10, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.12, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.10, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.10, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.12, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.2.2, 3.12, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.10, ubuntu24.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.10, ubuntu24.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.10, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.10, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.11, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.10, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.11, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.11, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.11, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.11, ubuntu24.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.11, ubuntu24.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.12, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.11, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.11, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.12, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.12, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.12, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.12, ubuntu24.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.12, ubuntu24.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.5.1, 3.12, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.10, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.10, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.10, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.10, ubuntu24.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.10, ubuntu24.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.10, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.11, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.10, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.10, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.11, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.11, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.11, ubuntu24.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.11, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.11, ubuntu24.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.12, ubuntu20.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.11, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.12, ubuntu20.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.11, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.12, ubuntu22.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.12, ubuntu24.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.12, ubuntu24.04, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.12, ubuntu22.04, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.12, rockylinux8, amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 105 in ci-conda.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / ci-conda / build (12.8.0, 3.12, rockylinux8, arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$ARCH' (did you mean $NVARCH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

SHELL ["/bin/bash", "-euo", "pipefail", "-c"]

Expand Down

0 comments on commit 2c2dc87

Please sign in to comment.