-
Notifications
You must be signed in to change notification settings - Fork 671
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
Pack difftest related srcs and binaries into JAR #3941
Pack difftest related srcs and binaries into JAR #3941
Conversation
63efd93
to
18dd86a
Compare
[Generated by IPC robot]
master branch:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just came up with a new question. How can we deal with files ignored by .gitignore
such as out
, build
and something else?
I think we may use git ls-files
to determine what files should be included.
good question :) I will try |
Signed-off-by: Jiuyue Ma <[email protected]>
18dd86a
to
2038537
Compare
Signed-off-by: Jiuyue Ma <[email protected]>
fixed, |
[Generated by IPC robot]
master branch:
|
No description provided.