Skip to content
Merged
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
2 changes: 1 addition & 1 deletion config/docker/fragment/pipeline.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN python3 -m pip install git+https://github.com/kernelci/kcidb.git --break-sys

# Install logspec
ARG logspec_url=https://github.com/kernelci/logspec.git
ARG logspec_rev=370c994c940011e35cd7eb6ff173c451a5de2cd1
ARG logspec_rev=15d893c47dee1d02b00714672edb59d0e144ad17
RUN python3 -m pip install "git+${logspec_url}@${logspec_rev}" --break-system-packages
ENV KCI_VER_LOGSPEC=$logspec_rev

Expand Down