Skip to content

Commit a0a4026

Browse files
committed
Progress
1 parent 43b799c commit a0a4026

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)