Page MenuHomeSoftware Heritage

Install a missing python module for the swh-search build
ClosedPublic

Authored by vsellier on Aug 13 2021, 4:14 PM.

Details

Summary

Related to T3484

Test Plan
  • make the docker image
  • in the swh-search repo (be careful of the file permissions), run:
docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock -v ~/wip/.arcrc:/home/jenkins/.arcrc -v /usr/bin/docker:/usr/bin/docker -u jenkins:docker --entrypoint bash -v /tmp/swh-search:/src --name jenkins swh-jenkins/tox
yarn install
yarn build

The build should be ok

Diff Detail

Repository
rCDFJ Dockerfiles for Jenkins
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.