Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Aug 7, 2022
1 parent eb67bd1 commit 0e5e5e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,13 @@ jobs:
# FIXME: Need to install tools required for building Linux build tools
- run: sudo apt-get install -y libelf-dev llvm clang lld
- run: bazel build //:bitcode_tar --verbose_failures --subcommands
# WORKAROUND: Copy out from symlinked directory to avoid upload-artifact issue
# https://github.com/actions/upload-artifact/issues/92
- run: cp bazel-bin/bitcode_tar.tar bitcode_tar.tar
- uses: actions/upload-artifact@v3
with:
name: benchmark-suite-tarball
path: bazel-bin/bitcode_tar.tar
path: bitcode_tar.tar

run-benchmark-suite:
name: Run Benchmark Suite
Expand Down

0 comments on commit 0e5e5e2

Please sign in to comment.