-
Notifications
You must be signed in to change notification settings - Fork 635
CASSGO-76: Add Makefile #1881
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
CASSGO-76: Add Makefile #1881
Conversation
@tengu-alt, can you please review it |
de28466
to
15d2ae0
Compare
This seems like a reasonable proposal but I'd like to see some kind of discussion in a C* dev mailing list thread or ASF |
15d2ae0
to
7145ce9
Compare
Can you invite me to the workspace and channel, you can find my email on the account. |
@joao-r-reis , can you please invite me to the slack, so that I could start discussion there ? |
There's a link on the repo's README file |
@joao-r-reis , that link is not working:
|
I'm getting an error saying that a user with that email address is already on the slack workspace, you should be able to log in with that email address I think? |
Thanks someone already invited me |
4e77397
to
172d2f4
Compare
81ddbd4
to
0ff9bcb
Compare
1. Implement all steps in Makefile 2. Make CICD use Makefile 3. Drop setup-environment step, it is done automatically now 4. Add linting step
0ff9bcb
to
8452aaa
Compare
Implement all CICD steps in Makefile and make workflows use Makefile.
It will help with local development and reproducing CICD issues locally.
Ticket: https://issues.apache.org/jira/browse/CASSGO-76