Skip to content

Commit

Permalink
Remove references to cucumber/cucumber-build image
Browse files Browse the repository at this point in the history
The cucumber-build image is no longer used. It was too cumbersome to
keep up to date. Instead, we rely on using a minimal set of tools to
generate the parser and let every one install the development tools for
their language of interest.
  • Loading branch information
mpkorstanje committed Aug 2, 2024
1 parent 7109f8f commit 3e89389
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 157 deletions.
14 changes: 0 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,3 @@ clean-gherkin-languages: $(patsubst %,clean-gherkin-languages-%,$(languages)) ##
clean-gherkin-languages-%: %
cd $< && make clean-gherkin-languages
.PHONY: clean-gherkin-languages-%

docker-run: ## Start a docker container with all languages and tools installed
[ -d "${HOME}/.m2/repository" ] || mkdir -p "${HOME}/.m2/repository"
docker run \
--publish "6006:6006" \
--volume "${shell pwd}":/app \
--volume "${HOME}/.m2/repository":/home/cukebot/.m2/repository \
--user 1000 \
--rm \
--interactive \
--tty \
cucumber/cucumber-build:0.13.0 \
bash
.PHONY:
136 changes: 0 additions & 136 deletions perl/CONTRIBUTING.md

This file was deleted.

9 changes: 2 additions & 7 deletions perl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@ Gherkin parser/compiler for Perl. Please see [Gherkin](https://github.com/cucumb

## Developers

Some files are generated from the `gherkin-perl.razor` file. Please run the
following command to generate the perl files.

~~~bash
cd <project_root>/perl
make
~~~
Some files are generated from the `gherkin-perl.razor` file. See
[CONTRIBUTING.md](../CONTRIBUTING.md) for details.

0 comments on commit 3e89389

Please sign in to comment.