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

Issue generating run files #76

Open
RaduNichita opened this issue Mar 24, 2024 · 1 comment
Open

Issue generating run files #76

RaduNichita opened this issue Mar 24, 2024 · 1 comment
Assignees

Comments

@RaduNichita
Copy link
Contributor

When I run the commands from the README:

git clone https://github.com/unikraft/dynamic-apps
git clone https://github.com/unikraft/app-elfloader elfloader
cd elfloader/
./scripts/setup.sh
wget https://raw.githubusercontent.com/unikraft/app-testing/staging/scripts/generate.py -O scripts/generate.py
chmod a+x scripts/generate.py
./scripts/generate.py
[...]

I get the following error:

./scripts/generate.py 
Traceback (most recent call last):
  File "/home/radu/work/master_new/elfloader/elfloader/./scripts/generate.py", line 506, in <module>
    sys.exit(main())
  File "/home/radu/work/master_new/elfloader/elfloader/./scripts/generate.py", line 502, in main
    generate_build()
  File "/home/radu/work/master_new/elfloader/elfloader/./scripts/generate.py", line 181, in generate_build
    with open(KRAFTCONFIG, "r", encoding="utf8") as stream:
FileNotFoundError: [Errno 2] No such file or directory: 'kraft.yaml'
@razvand
Copy link
Contributor

razvand commented Mar 25, 2024

This is going to be obsoleted by scripts in the catalog-for-maintainers repository.

Try replacing kraft.yaml with Kraftfile in the generate.py script.

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