Related to T3484
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T3484: Fix the release builds for swh-search
- Commits
- rCDFJ2fea9ce49664: Install a missing python module for the swh-search build
- 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
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.