Skip to content

Commit

Permalink
revert testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Apr 12, 2024
1 parent bec7017 commit 30561da
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,7 @@ jobs:
# it doesn't work
run: git config --global --add safe.directory /__w/velox/velox

- uses: assignUser/stash/restore@v1
id: get-bm
with:
path: '/tmp/metrics'
key: build-metrics-${{ matrix.type }}

- name: Make ${{ matrix.type }} Build
if: ${{ steps.get-bm.outputs.stash-hit != 'true' }}
env:
MAKEFLAGS: 'MAX_HIGH_MEM_JOBS=8 MAX_LINK_JOBS=4'
run: |
Expand All @@ -84,7 +77,6 @@ jobs:
make '${{ matrix.type }}'
- name: Log binary sizes
if: ${{ steps.get-bm.outputs.stash-hit != 'true' }}
run: |
mkdir -p /tmp/metrics
sizes_file=/tmp/metrics/object_sizes
Expand All @@ -100,15 +92,8 @@ jobs:
awk '{print $5, $9; total += $5} END {print total," total_exec_size"}' >> $sizes_file
- name: Copy ninja_log
if: ${{ steps.get-bm.outputs.stash-hit != 'true' }}
run: cp _build/${{ matrix.type }}/.ninja_log /tmp/metrics/.ninja_log

- uses: assignUser/stash/save@v1
if: ${{ steps.get-bm.outputs.stash-hit != 'true' }}
with:
path: '/tmp/metrics'
key: build-metrics-${{ matrix.type }}

- name: "Install dependencies"
run: |
python3 -m pip install setuptools
Expand Down

0 comments on commit 30561da

Please sign in to comment.