-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat!: Add run and dev libcmt packages #64
Conversation
846e96b
to
e69cc46
Compare
5a82a6e
to
2a52a99
Compare
4bbc83c
to
0cf1185
Compare
2a52a99
to
4655901
Compare
0cf1185
to
0ab23c3
Compare
be43b46
to
c15877d
Compare
0ab23c3
to
c8b080b
Compare
c15877d
to
194a7df
Compare
bc9a124
to
de3ba4d
Compare
a4bf19d
to
4c574fa
Compare
0787ba3
to
c8a4706
Compare
ARG_VERSION=${VERSION} \ | ||
TARGET_PREFIX=/usr \ | ||
TARGET_DESTDIR=${BUILD_BASE}/install/run \ | ||
install-run libcmt-v${VERSION}.deb |
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.
Is the convention to have the "v" in the version? Same for the others.
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.
That is what we do in machine-emulator
, e.g. https://github.com/cartesi/machine-emulator/releases/download/v0.18.0-test1/cartesi-machine-v0.17.0_amd64.deb
c8a4706
to
8e449c6
Compare
8e449c6
to
a27b825
Compare
a27b825
to
4e27e55
Compare
Build and release separate
-run
and-dev
packages.close #59