Skip to content

Commit

Permalink
Update dependencies (#584)
Browse files Browse the repository at this point in the history
* Update dependencies

* update freebsd box

* fix `stack_trace::tests::test_get_line_number` on armv7
  • Loading branch information
benfred authored May 27, 2023
1 parent 84d3c6a commit a838872
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 96 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,23 +115,23 @@ jobs:
include:
- box: fbsd_13_1
release: FreeBSD-13.1-STABLE
url: https://github.com/rbspy/freebsd-vagrant-box/releases/download/20220703/fbsd_13_1.box
url: https://github.com/rbspy/freebsd-vagrant-box/releases/download/20221112/fbsd_13_1.box
steps:
- uses: actions/checkout@v3
- name: Cache Vagrant box
uses: actions/cache@v3
uses: actions/cache@v3.0.4
with:
path: ~/.vagrant.d
key: ${{ matrix.box }}-vagrant-boxes-${{ hashFiles('ci/Vagrantfile') }}
key: ${{ matrix.box }}-vagrant-boxes-20221112-${{ hashFiles('ci/Vagrantfile') }}
restore-keys: |
${{ matrix.box }}-vagrant-
${{ matrix.box }}-vagrant-boxes-20221112-
- name: Cache Cargo and build artifacts
uses: actions/cache@v3
uses: actions/cache@v3.0.4
with:
path: build-artifacts.tar
key: ${{ matrix.box }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ matrix.box }}-cargo-20221112-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ matrix.box }}-cargo-
${{ matrix.box }}-cargo-20221112-
- name: Set up VM
run: |
brew install vagrant
Expand Down
Loading

0 comments on commit a838872

Please sign in to comment.