Skip to content

Commit

Permalink
Update arc-runner => github-actions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
segeljakt committed Aug 15, 2023
1 parent 71459ae commit 25ca8be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/continuous-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e # Terminates as soon as something fails
echo "The work dir is ${ARC_MLIR_BUILD}"

export PATH="$ARC_MLIR_BUILD/llvm-build/bin:$PATH"
export RUSTC_WRAPPER="/home/arc-runner/.cargo/bin/sccache"
export RUSTC_WRAPPER="/home/github-actions/.cargo/bin/sccache"
export SCCACHE_DIR="${PERSIST_DIR}/sccache"
export SCCACHE_CACHE_SIZE="20G"
export CARGO_INCREMENTAL="0"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

env:
CARGO_TERM_COLOR: always
CCACHE_CONFIGPATH: /home/arc-runner/actions-runner/persist/ccache-config
PERSIST_DIR: /home/arc-runner/actions-runner/persist/
CCACHE_CONFIGPATH: /home/github-actions/actions-runner/persist/ccache-config
PERSIST_DIR: /home/github-actions/actions-runner/persist/

steps:

Expand Down

0 comments on commit 25ca8be

Please sign in to comment.