Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile / ../build.sh: not found #38

Open
JMarianoIFSTTAR opened this issue Sep 21, 2023 · 1 comment
Open

Makefile / ../build.sh: not found #38

JMarianoIFSTTAR opened this issue Sep 21, 2023 · 1 comment

Comments

@JMarianoIFSTTAR
Copy link

Just after git clone, invoking make :

for d in master 6.0 5.0 4.1; do \
	(cd $d && ../build.sh); \
done
/bin/sh: 2: ../build.sh: not found
/bin/sh: 2: ../build.sh: not found
/bin/sh: 2: cd: can't cd to 5.0
/bin/sh: 2: cd: can't cd to 4.1
make: *** [Makefile:9 : build] Erreur 2

Of course, DIRS should be corrected.
Anyway, there is no build.sh

@jasonish
Copy link
Owner

Ah, yeah.. The build scripts are a mess right now as their main goal is to build 3 archs and create a multi-architecture manifest for pushing to a registry.

I assume you just want to build a container you can run on the host you are building it on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants