Skip to content

Commit ed49c2e

Browse files
committed
2 parents ce3dddd + 681c991 commit ed49c2e

File tree

83 files changed

+4954
-2784
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+4954
-2784
lines changed

.github/workflows/command_shell_acceptance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ jobs:
132132
run: git config --system core.longpaths true
133133

134134
- name: Setup Ruby
135-
run: git config --system core.longpaths true
136135
env:
137136
BUNDLE_FORCE_RUBY_PLATFORM: true
138137
uses: ruby/setup-ruby@v1

.github/workflows/shared_meterpreter_acceptance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ jobs:
196196
run: git config --system core.longpaths true
197197

198198
- name: Setup Ruby
199-
run: git config --system core.longpaths true
200199
env:
201200
BUNDLE_FORCE_RUBY_PLATFORM: true
202201
# Required for macos13 pg gem compilation

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ruby:3.2.5-alpine3.20 AS builder
22
LABEL maintainer="Rapid7"
33

4-
ARG BUNDLER_CONFIG_ARGS="set no-cache 'true' set system 'true' set without 'development test coverage'"
4+
ARG BUNDLER_CONFIG_ARGS="set force_ruby_platform 'true' set no-cache 'true' set system 'true' set without 'development test coverage'"
55
ARG BUNDLER_FORCE_CLEAN="true"
66
ENV APP_HOME=/usr/src/metasploit-framework
77
ENV TOOLS_HOME=/usr/src/tools

0 commit comments

Comments
 (0)