Skip to content

Commit

Permalink
Remove Bundler as a runtime prerequisite
Browse files Browse the repository at this point in the history
This is not required anymore, actually already as of d282618. Ruby is
still required for CocoaPods.

Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
  • Loading branch information
sschuberth committed Oct 26, 2021
1 parent 953825e commit 833159a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ variables:
ORT_DATA_DIR: $(Pipeline.Workspace)/.ort
# Tool versions.
BOWER_VERSION: 1.8.8
BUNDLER_VERSION: 2.1.4
COMPOSER_VERSION: 5.1.0 # The version refers to the installer, not to Composer.
CONAN_VERSION: 1.40.3
GO_DEP_VERSION: 0.5.4
Expand Down
3 changes: 0 additions & 3 deletions .azure-pipelines/LinuxAnalyzerTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
virtualenv==$VIRTUALENV_VERSION
conan user # Create the conan data directory. Automatic detection of your arch, compiler, etc.
# Install Ruby packages.
sudo gem install bundler -v $BUNDLER_VERSION
# Downgrade Rust, because the CargoSubcrateTest fails with the pre-installed version.
rustup default $RUST_VERSION
Expand Down
3 changes: 0 additions & 3 deletions .azure-pipelines/WindowsAnalyzerTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
pip install --user conan==$env:CONAN_VERSION pipenv==$env:PYTHON_PIPENV_VERSION virtualenv==$env:VIRTUALENV_VERSION
conan user # Create the conan data directory. Automatic detection of your arch, compiler, etc.
# Install Ruby packages.
gem install bundler -v $env:BUNDLER_VERSION
# Stop adb because it otherwise locks the working directory which fails the checkout step.
Stop-Process -Name "adb"
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ FROM adoptopenjdk:11-jre-hotspot-bionic
ENV \
# Package manager versions.
BOWER_VERSION=1.8.8 \
BUNDLER_VERSION=1.16.1-1 \
CARGO_VERSION=0.52.0-0ubuntu1~18.04.1 \
COMPOSER_VERSION=1.6.3-1 \
CONAN_VERSION=1.40.3 \
Expand Down Expand Up @@ -102,7 +101,6 @@ RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/
mercurial \
subversion \
# Install package managers (in versions known to work).
bundler=$BUNDLER_VERSION \
cargo=$CARGO_VERSION \
composer=$COMPOSER_VERSION \
nodejs \
Expand Down

0 comments on commit 833159a

Please sign in to comment.