File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -290,19 +290,18 @@ jobs:
290290 # needs: [ stage3 ] # TODO: Run this at the end of the pipeline once we're done testing the job
291291 steps :
292292 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
293- # with:
294- # fetch-depth: 0 # This job requires access to all the Git branches so it can diff against (usually) main
295- # fetch-tags: true
293+ with :
294+ fetch-depth : 10
295+ fetch-tags : true # This job requires access to all the Git branches so it can diff against (usually) main
296296 - uses : actions/setup-python@v6
297297 with :
298298 python-version : ' 3.10'
299299 - name : benchmarks
300- # TODO: python3-virtualenv should be taken from the Docker image instead
301- # libcxx/utils/ci/run-buildbot benchmark-comparison
302300 run : |
303301 python3 -m venv .venv
304302 source .venv/bin/activate
305303 python -m pip install -r libcxx/utils/requirements.txt
304+ libcxx/utils/ci/run-buildbot benchmark-comparison
306305 env :
307306 CC : clang-22
308307 CXX : clang++-22
You can’t perform that action at this time.
0 commit comments