Skip to content
代码片段 群组 项目
未验证 提交 49cb89f5 编辑于 作者: Stan Hu's avatar Stan Hu
浏览文件

Fix detect-tests CI job

The detect-tests job is failing in
https://gitlab.com/gitlab-renovate-forks/gitlab/-/jobs/6326977771
because `ruby:3.1-slim` doesn't come with `gcc` and `make`, which is
needed to build native extensions. `activesupport` depends on `i18n`,
which depends on `racc`. `racc` has a native extension.
上级 6bda426d
No related branches found
No related tags found
无相关合并请求
...@@ -132,7 +132,7 @@ detect-tests: ...@@ -132,7 +132,7 @@ detect-tests:
variables: variables:
RSPEC_TESTS_MAPPING_ENABLED: "true" RSPEC_TESTS_MAPPING_ENABLED: "true"
before_script: before_script:
- apt-get update && apt-get install -y curl # Not present in ruby-slim, so we add it manually - apt-get update && apt-get install -y curl make gcc # Not present in ruby-slim, so we add it manually
script: script:
- source ./scripts/utils.sh - source ./scripts/utils.sh
- source ./scripts/rspec_helpers.sh - source ./scripts/rspec_helpers.sh
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册