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

when build directory flag is enabled no file is saved #12

Open
hemz10 opened this issue Feb 9, 2024 · 5 comments
Open

when build directory flag is enabled no file is saved #12

hemz10 opened this issue Feb 9, 2024 · 5 comments
Labels
bug Something isn't working jira added on jira

Comments

@hemz10
Copy link

hemz10 commented Feb 9, 2024

Steps to reproduce

1> composer create test
create a temp folder in the test package and run below command
2> run composer build -b ./temp
3> check the temp folder

Actual Behaviour

the folder is empty

Expected Behaviour

build files to be stored in the given path

Screensot

image

@hemz10 hemz10 added bug Something isn't working jira added on jira labels Feb 9, 2024
@shanithkk
Copy link
Collaborator

Hi @hemz10 , basically -b flag is for getting the package code any error is thrown while building. if no errors are producing the workflow package the code are deleted. it is unusual that the temp directory is existed there. we will look on it

@hemz10
Copy link
Author

hemz10 commented Feb 9, 2024

Hi @shanithkk the temp folder was created by me.
So we will have some files only when there is any error ?

@shanithkk
Copy link
Collaborator

shanithkk commented Feb 9, 2024

@hemz10 , yes only when any error in created rust package. and also this flag will help in some cases like permission issue with certain directory.

@hemz10
Copy link
Author

hemz10 commented Feb 9, 2024

Thank you @shanithkk again I feel we need to mention this in description

@Prathiksha-Nataraja Prathiksha-Nataraja added the Ready to Review can be tested label Feb 23, 2024
@hemz10
Copy link
Author

hemz10 commented Mar 26, 2024

I guess its still not mentioned that it will be generated only when build fails

image

@hemz10 hemz10 removed the Ready to Review can be tested label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working jira added on jira
Projects
None yet
Development

No branches or pull requests

3 participants