Skip to content

Commit

Permalink
Try to restore cache and don't run test
Browse files Browse the repository at this point in the history
  • Loading branch information
kumasento committed Sep 13, 2021
1 parent be955f0 commit 52012af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions python/utils/polybench.py
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,9 @@ def pb_flow_runner(options: PbFlowOptions):
"""Run pb-flow with the provided arguments."""
assert os.path.isdir(options.pb_dir)

if not options.examples:
options.examples = POLYBENCH_EXAMPLES

# Copy all the files from the source pb_dir to a target temporary directory.
if not options.work_dir:
options.work_dir = os.path.join(
Expand Down
5 changes: 0 additions & 5 deletions scripts/build-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,3 @@ cmake ../llvm \

# Run building
cmake --build . --target all -- -j "$(nproc)"

if [ "${TARGET}" == "ci" ]; then
# Run test
cmake --build . --target check-llvm -- -j "$(nproc)"
fi

0 comments on commit 52012af

Please sign in to comment.