From 17121d3d3870dd4d3b3c9a3840b7b31964884802 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Fri, 27 Sep 2024 01:06:06 -0600 Subject: [PATCH] Enable all_source and progress report --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3afad6a..258597dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,10 +35,8 @@ jobs: run: | python configure.py --map --version ${{ matrix.version }} \ --binutils /binutils --compilers /compilers - ninja build/${{ matrix.version }}/progress.json - # TODO: Enable all_source and report.json - # ninja all_source build/${{ matrix.version }}/progress.json \ - # build/${{ matrix.version }}/report.json + ninja all_source build/${{ matrix.version }}/progress.json \ + build/${{ matrix.version }}/report.json # Upload progress if we're on the main branch - name: Upload progress