Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,21 +249,14 @@ ARG parallelism
ENV SPACK_GROUP=spack

########################################################################
# Install developer tooling (py-cmake-format, ruff)
# Install developer tooling (gersemi, ruff)

RUN <<'INSTALL_DEV_TOOLING'
set -euo pipefail

# Install developer tooling not needed for CI
. /entrypoint.sh

# Install py-cmake-format via Spack
spack --timestamp install --fail-fast -j $parallelism -p 1 \
--no-add --only-concrete --no-check-signature \
py-cmake-format

spack clean -dfs

# Install ruff and gersemi via pip
PYTHONDONTWRITEBYTECODE=1 \
pip --isolated --no-input --disable-pip-version-check --no-cache-dir install \
Expand Down
3 changes: 2 additions & 1 deletion ci/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ spack:
- cmake
- lcov
- ninja
- py-cmake-format
- python
- py-gcovr
- py-numpy
- py-pip # Needed temporarily for ruff installation
- |
llvm@21.1.4: +zstd +llvm_dylib +link_llvm_dylib targets=x86
Expand Down
Loading