File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
.cloudbuild/library_generation Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 48
48
args :
49
49
- " -c"
50
50
- |
51
+ python -m pip install --upgrade pip
52
+ python -m pip install --require-hashes -r .cloudbuild/library_generation/requirements.txt
51
53
python -m unittest hermetic_build/library_generation/tests/integration_tests.py
52
54
waitFor : ["additional-deps"]
53
55
id : integration-test
Original file line number Diff line number Diff line change
1
+ GitPython==3.1.43
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
+ # by the following command:
4
+ #
5
+ # pip-compile --generate-hashes .cloudbuild/library_generation/requirements.in
6
+ #
7
+ gitdb == 4.0.11 \
8
+ --hash =sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4 \
9
+ --hash =sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b
10
+ # via gitpython
11
+ gitpython == 3.1.43 \
12
+ --hash =sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c \
13
+ --hash =sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff
14
+ # via -r .cloudbuild/library_generation/requirements.in
15
+ smmap == 5.0.1 \
16
+ --hash =sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 \
17
+ --hash =sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da
18
+ # via gitdb
You can’t perform that action at this time.
0 commit comments