Skip to content

Commit

Permalink
[DO NOT MERGE] Testing sccache
Browse files Browse the repository at this point in the history
[skip-rapids][skip-matx][skip-vdc][skip-docs]
  • Loading branch information
alliepiper committed Jan 30, 2025
1 parent 73db01e commit 3c871a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/workflow-run-job-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ runs:
touch "$result_dir/success"
echo "pwd: $(pwd)"
echo "ls ${{github.event.repository.name}}:" && ls -l ${{github.event.repository.name}}
echo "ls ${{github.event.repository.name}}/build/*" && ls -l ${{github.event.repository.name}}/build/*
# Finds a matching file in the repo directory and copies it to the results directory.
find_and_copy() {
filename="$1"
Expand Down
1 change: 1 addition & 0 deletions ci/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ workflows:
# - {jobs: ['test'], project: 'thrust', std: 17, ctk: 'curr', cxx: ['gcc12', 'clang16']}
#
override:
- {jobs: ['build'], project: 'cub', std: 'max', cxx: 'gcc'}

pull_request:
# Old CTK/compiler
Expand Down

0 comments on commit 3c871a3

Please sign in to comment.