-
Notifications
You must be signed in to change notification settings - Fork 159
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
Publish circle-interpreter compiler debian package #14669
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bash script that I used to make a zip file #!/bin/bash
mkdir -p bin
cp -v ../install/bin/circle-interpreter ./bin/.
cp -v ../install/lib/libloco.so ./bin/.
cp -v ../install/lib/libluci_env.so ./bin/.
cp -v ../install/lib/libluci_import.so ./bin/.
cp -v ../install/lib/libluci_interpreter.so ./bin/.
cp -v ../install/lib/libluci_lang.so ./bin/.
cp -v ../install/lib/libluci_logex.so ./bin/.
cp -v ../install/lib/libluci_log.so ./bin/.
cp -v ../install/lib/libluci_plan.so ./bin/.
cp -v ../install/lib/libluci_profile.so ./bin/.
cd bin
rm -f circle_intp_2204.zip
zip circle_intp_2204.zip circle-interpreter *.so zip size is about 1.6M |
Alternate simple solution that I can think of to solve this;
How to migrate to better place
|
Experiment:
log
|
Next experiment
maybe, cause this is DRAFT ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
circle-mlir
usescircle-interpreter
tool for value verification of conversion results.for some Ops,
circle-interpreter
also needs update, while working with that Op incircle-mlir
.as of current workflow, these two projects have independent build/test flows.
if we have some nightly publish of
circle-interpreter
orone-compiler
,circle-mlir
can use it for verification step.so nightly publish of Debian package of
circle-interpreter
orone-compiler
is needed.plans
1/ enable end-to-end validation with circle-interpreter from Workflow Artifact
2/ produce circle-interprete Debian package to launchpad.net
3/ revise validation to use Debian package
The text was updated successfully, but these errors were encountered: