Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Replace clevyr/prestissimo by yonex/prestissimo#28

Open
daf111 wants to merge 1 commit intoCodelyTV:mainfrom
daf111:patch-1
Open

Replace clevyr/prestissimo by yonex/prestissimo#28
daf111 wants to merge 1 commit intoCodelyTV:mainfrom
daf111:patch-1

Conversation

@daf111
Copy link

@daf111 daf111 commented Jun 28, 2021

When you execute "make build" clevyr/prestissimo throw an error:

"install: unrecognized option: ignore-platform-reqs"

If you use yonex/prestissimo instead clevyr/prestissimo all works fine :)

When you execute "make build" clevyr/prestissimo throw an error: "install: unrecognized option: ignore-platform-reqs" If you use yonex/prestissimo instead clevyr/prestissimo all works fine :)
@gabe565
Copy link

gabe565 commented Nov 19, 2021

The version of Composer in clevyr/prestissimo is v1.10.23, which does still support the --ignore-platform-reqs flag. There may have been a version issue back in June, but this is definitely fixed now.

To verify, you can run docker run --rm clevyr/prestissimo composer install --help and you should see that flag in the output!

@gerfigna
Copy link

According to the clevyr/prestissimo documentation, you can now use the composer image

@docker run --rm --interactive --volume $(current-dir):/app --user $(id -u):$(id -g) \	composer $(CMD) \	--ignore-platform-reqs \	--no-ansi \	--no-interaction 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants