Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/build_and_release_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

name: Ruby Gem to RubyGems
# This workflow relies on the following secrets
# - ENOPS_5087_SOLARWINDS_APM_LIBOBOE
# - RUBYGEMS_TOKEN (from the solarwinds-apm user on rubygems.org)
# - APM_RUBY_INSTALL_TESTING_SWO_KEY
#
# The correct oboe version has to be in the file ext/oboe_metal/src/VERSION

on:
workflow_dispatch:
Expand All @@ -34,14 +32,6 @@ jobs:
echo 'gem: --no-document' >> ~/.gemrc
bundle install --without development --without test

- name: Install swig 4.0.2
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends bison swig

- name: Download files from cloud.solarwinds.com and create swig wrapper
run: |
bundle exec rake fetch_oboe_file["prod"]

- name: Build Gem and upload to Rubygems
id: build
env:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/build_for_github_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
echo 'gem: --no-document' >> ~/.gemrc
bundle install

- name: Install swig 4.0.2
run: |
apt udate && apt install -y --no-install-recommends bison
curl -SL https://github.com/swig/swig/archive/refs/tags/v4.0.2.tar.gz | tar xzC /tmp
cd /tmp/swig-4.0.2
./autogen.sh && ./configure && make && sudo make install
cd -

- name: Grab current version
id: version
run: |
Expand Down