File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
spannerlib/wrappers/spannerlib-ruby/lib/spannerlib/ruby Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- name : Build and Publish Native Gem
1+ name : Build and Publish Native Ruby Gem
22
33on :
44 workflow_dispatch :
55
66jobs :
7- build :
7+ build-shared-library-binaries :
88 strategy :
99 matrix :
1010 os : [ubuntu-latest, macos-13, windows-latest]
5454 sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
5555 # Mingw-w64 cross toolchain for Windows target (x86_64)
5656 sudo apt-get install -y gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64
57- # Verify tools exist (helps debugging CI failures)
5857 echo "=== cross compiler versions ==="
5958 aarch64-linux-gnu-gcc --version || true
6059 aarch64-linux-gnu-g++ --version || true
Original file line number Diff line number Diff line change 22
33module Spannerlib
44 module Ruby
5- VERSION = "0.1.0"
5+ VERSION = "0.1.0.alpha1 "
66 end
77end
You can’t perform that action at this time.
0 commit comments