Skip to content

Commit

Permalink
Update dwarf2json to 0.8.0 (#1763)
Browse files Browse the repository at this point in the history
* Update dwarf2json to 0.7.0

* Update go in package build to 1.21

* Bump xen cache key
  • Loading branch information
tklengyel authored Jan 29, 2024
1 parent 562ed13 commit cc31ecf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
path: |
package/cache
key: xen-${{ matrix.container }}-${{ steps.gen_vars.outputs.xen_commit }}-v6
key: xen-${{ matrix.container }}-${{ steps.gen_vars.outputs.xen_commit }}-v7
- name: Build package
id: build_drakvuf_deb
run: |
Expand Down
2 changes: 1 addition & 1 deletion dwarf2json
Submodule dwarf2json updated 5 files
+46 −0 .github/workflows/build.yml
+6 −2 README.md
+1 −1 go.mod
+2 −0 go.sum
+204 −72 main.go
4 changes: 2 additions & 2 deletions package/depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ if [ $(apt-cache show gcc-9 2>/dev/null | wc -l) -gt 0 ]; then
apt-get --quiet --yes install gcc-9
fi

wget http://go.dev/dl/go1.15.3.linux-amd64.tar.gz -O /usr/local/go1.15.3.linux-amd64.tar.gz
tar -C /usr/local -xzf /usr/local/go1.15.3.linux-amd64.tar.gz
wget https://go.dev/dl/go1.21.6.linux-amd64.tar.gz -O /usr/local/go1.21.6.linux-amd64.tar.gz
tar -C /usr/local -xzf /usr/local/go1.21.6.linux-amd64.tar.gz

HAS_PYTHON_IS_PYTHON=$(apt-cache search --names-only '^python-is-python2$')

Expand Down

0 comments on commit cc31ecf

Please sign in to comment.