Skip to content

Commit

Permalink
Recreate tool version comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Jul 5, 2023
1 parent f80f2b9 commit a16ee8c
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 6,399 deletions.
18 changes: 9 additions & 9 deletions content/stack_reports/osx-xcode-14.3.x-ventura.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,40 +7,40 @@ xcode: 14.3

## Languages and runtimes

{{< languages filepath="data/osx-xcode-14.3.x/languages.json" >}}
{{< languages filepath="data/osx-xcode-14.3.x-ventura/languages.json" >}}

## Simulators

Available runtimes and devices:

{{< simulators filepath="data/osx-xcode-14.3.x/simctl.json" >}}
{{< simulators filepath="data/osx-xcode-14.3.x-ventura/simctl.json" >}}

## CLI tools

### Apple development

{{< generic filepath="data/osx-xcode-14.3.x/apple.json">}}
{{< generic filepath="data/osx-xcode-14.3.x-ventura/apple.json">}}

### Android development

{{< generic filepath="data/osx-xcode-14.3.x/android.json">}}
{{< generic filepath="data/osx-xcode-14.3.x-ventura/android.json">}}

### Generic tools

{{< generic filepath="data/osx-xcode-14.3.x/tools.json" >}}
{{< generic filepath="data/osx-xcode-14.3.x-ventura/tools.json" >}}

### Global NPM packages

{{< generic filepath="data/osx-xcode-14.3.x/npm.json">}}
{{< generic filepath="data/osx-xcode-14.3.x-ventura/npm.json">}}

### Bitrise-specific

{{< generic filepath="data/osx-xcode-14.3.x/bitrise.json" >}}
{{< generic filepath="data/osx-xcode-14.3.x-ventura/bitrise.json" >}}

### Homebrew

{{< brew filepath="data/osx-xcode-14.3.x/brew.txt">}}
{{< brew filepath="data/osx-xcode-14.3.x-ventura/brew.txt">}}

## OS

{{< generic filepath="data/osx-xcode-14.3.x/os.json" >}}
{{< generic filepath="data/osx-xcode-14.3.x-ventura/os.json" >}}
2 changes: 1 addition & 1 deletion content/tools/Go.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Overview of Go versions

This is an overview of the preinstalled Go versions across all Bitrise stacks.

<!-- {{< toolversions tool="go" >}} -->
{{< toolversions tool="Go versions" >}}

## How to select a different version in a workflow

Expand Down
2 changes: 1 addition & 1 deletion content/tools/Java.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Overview of Java versions

This is an overview of the preinstalled Java versions across all Bitrise stacks.

<!-- {{< toolversions tool="java" >}} -->
{{< toolversions tool="Java versions" >}}

## How to select a different version in a workflow

Expand Down
11 changes: 11 additions & 0 deletions content/tools/Node.js.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Overview of Node.js versions
---

This is an overview of the preinstalled Node.js versions across all Bitrise stacks.

{{< toolversions tool="Node.js versions" >}}

## How to select a different version in a workflow

TODO
11 changes: 11 additions & 0 deletions content/tools/Ruby.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Overview of Ruby versions
---

This is an overview of the preinstalled Ruby versions across all Bitrise stacks.

{{< toolversions tool="Ruby versions" >}}

## How to select a different version in a workflow

TODO
4 changes: 2 additions & 2 deletions data/linux-docker-android-20.04/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"executed_command": "asdf list ruby"
},
{
"name": "Go",
"name": "Go versions",
"category": "languages",
"version": "1.18.5",
"raw_output": "go version go1.18.5 linux/amd64",
Expand All @@ -25,7 +25,7 @@
"executed_command": "node --version"
},
{
"name": "Java installs",
"name": "Java versions",
"category": "languages",
"version": "",
"raw_output": "/usr/lib/jvm/java-11-openjdk-amd64/bin/java\n/usr/lib/jvm/java-17-openjdk-amd64/bin/java\n/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java",
Expand Down
45 changes: 0 additions & 45 deletions data/osx-xcode-14.3.x/android.json

This file was deleted.

99 changes: 0 additions & 99 deletions data/osx-xcode-14.3.x/apple.json

This file was deleted.

31 changes: 0 additions & 31 deletions data/osx-xcode-14.3.x/bitrise.json

This file was deleted.

Loading

0 comments on commit a16ee8c

Please sign in to comment.