Skip to content

Commit

Permalink
Multi Ruby setup didn't support more than one runtime at a time
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 17, 2025
1 parent 21387b4 commit 168487b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,3 @@ jobs:
- name: Check rbastgen 3.4.1
run: |
rbastgen --help
- uses: ruby/setup-ruby@v1
with:
ruby-version: 'jruby-9.4'
bundler-cache: false
- name: Check rbastgen jruby-9.4
run: |
rbastgen --help
2 changes: 1 addition & 1 deletion .github/workflows/nodejstests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-24.04, macos-latest]
java-version: ['21', '23']
node-version: ['20.x', '22.x', '23.x']
ruby: ["3.4.1", "jruby-9.4"]
ruby: ["3.4.1"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ jobs:
run: |
cd wrapper/nodejs
bash build.sh
- uses: ruby/setup-ruby@v1
with:
ruby-version: 'jruby-9.4'
bundler-cache: false
- name: Prepare jruby-9.4 version
run: |
cd wrapper/nodejs
bash build.sh
- name: Release tests
run: |
cd wrapper/nodejs
echo "appthreat:registry=https://registry.npmjs.org" > ~/.npmrc
npm publish --dry-run --@appthreat:registry='https://registry.npmjs.org'
env:
Expand Down Expand Up @@ -105,10 +94,3 @@ jobs:
- name: Check rbastgen 3.4.1
run: |
rbastgen --help
- uses: ruby/setup-ruby@v1
with:
ruby-version: 'jruby-9.4'
bundler-cache: false
- name: Check rbastgen jruby-9.4
run: |
rbastgen --help
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "atom"
ThisBuild / organization := "io.appthreat"
ThisBuild / version := "2.1.10"
ThisBuild / version := "2.1.11"
ThisBuild / scalaVersion := "3.6.2"

val chenVersion = "2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"downloadUrl": "https://github.com/AppThreat/atom",
"issueTracker": "https://github.com/AppThreat/atom/issues",
"name": "atom",
"version": "2.1.10",
"version": "2.1.11",
"description": "Atom is a novel intermediate representation for next-generation code analysis.",
"applicationCategory": "code-analysis",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions wrapper/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wrapper/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appthreat/atom",
"version": "2.1.10",
"version": "2.1.11",
"description": "Create atom (⚛) representation for your application, packages and libraries",
"exports": "./index.js",
"type": "module",
Expand Down

0 comments on commit 168487b

Please sign in to comment.