Skip to content

Commit

Permalink
chore: bump libdwarfs to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 30, 2025
1 parent 429ea17 commit 81e64b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ brew "fmt"
brew "glog"
brew "gnu-sed"
brew "bash"
brew "brotli"
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ string(CONCAT RUBY_API_VER ${RUBY_VER_BASE} ".0")
# list(GET LIBDWARFS_WR_VER_COMPONENTS 2 LIBDWARFS_WR_VER_PATCH)
# set (LIBDWARFS_WR_VER_M ${LIBDWARFS_WR_VER_MAJOR}.${LIBDWARFS_WR_VER_MINOR}.${LIBDWARFS_WR_VER_PATCH})
#else(DWARFS_PRELOAD)
def_ext_prj_g(DWARFS_WR "v0.9.2")
def_ext_prj_g(DWARFS_WR "v0.9.3")
#endif(DWARFS_PRELOAD)

def_ext_prj_g(PATCHELF "65e14792061c298f1d2bc44becd48a10cbf0bc81")
Expand Down
2 changes: 1 addition & 1 deletion common.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BUILD_TYPE=Release
DEPS=deps
INCBIN_TAG=348e36b
DWARFS_WR_TAG=v0.9.2
DWARFS_WR_TAG=v0.9.3
RUBY_VER=3.2.6

0 comments on commit 81e64b5

Please sign in to comment.