Skip to content

Commit

Permalink
rewrite sccache-dist to use AMQP
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Dec 20, 2024
1 parent e4d2de9 commit d1dccaf
Show file tree
Hide file tree
Showing 29 changed files with 4,535 additions and 4,404 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,8 @@ jobs:

test_freebsd:
name: test freebsd-14.1 rust stable
runs-on: ${{ matrix.job.os }}
runs-on: ubuntu-22.04
timeout-minutes: 70
strategy:
fail-fast: false
matrix:
job:
- { os: ubuntu-22.04 }
steps:
- uses: actions/checkout@v4
- name: Prepare, build and test
Expand All @@ -358,7 +353,7 @@ jobs:
usesh: true
sync: rsync
copyback: false
prepare: pkg install -y ca_root_nss curl gmake gtar pot sudo
prepare: pkg install -y ca_root_nss curl gmake gtar pot sudo rabbitmq
run: |
#####################################################################################
### Prepare, build, and test
Expand Down
Loading

0 comments on commit d1dccaf

Please sign in to comment.