-
Notifications
You must be signed in to change notification settings - Fork 4
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
make rustc install/update thrue rustup #35
base: testing
Are you sure you want to change the base?
Conversation
Install works ans update should works. |
dont know the best way to remove rustc dpkg install |
Hi @rosbeef |
!testme |
Hi @rosbeef As you can see the pipeline fails and it complains about some permission issue. |
Sorry i'm not so good in developping and i have no time now. I make similar to https://github.com/YunoHost-Apps/synapse_ynh/blob/7a5a9cc4bf652e11c21389981a3419d82eb3f57b/scripts/_common.sh, manualy on my server and it works. Maybe I make a bad test of the update part |
# We set all necessary environement variable to create a python virtualenvironnement. | ||
u_arg='u' | ||
set +$u_arg; | ||
source $final_path/bin/activate |
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 this part needed for it to work?
# Install mautrix_telegram in virtualenv | ||
|
||
# We set all necessary environement variable to create a python virtualenvironnement. | ||
u_arg='u' |
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.
This should be removed, with the other set
statements, it will pollute the logs of the install.
Problem
intallation error due to bad rustc version is rustup correct it .
trying to resolve #34
Solution
install thrue rustup
PR Status