Add oneshell to makefile and fix filename bug in build env script
This commit is contained in:
parent
512044c52b
commit
7413ac22d6
1
makefile
1
makefile
@ -1,5 +1,6 @@
|
|||||||
# Use install-deps instead of 'install' because usually 'make install' adds a
|
# Use install-deps instead of 'install' because usually 'make install' adds a
|
||||||
# binary to the system path and we don't want to confuse users
|
# binary to the system path and we don't want to confuse users
|
||||||
|
.ONESHELL:
|
||||||
install-deps:
|
install-deps:
|
||||||
# Install ligo/tezos specific system-level dependencies
|
# Install ligo/tezos specific system-level dependencies
|
||||||
sudo scripts/install_native_dependencies.sh
|
sudo scripts/install_native_dependencies.sh
|
||||||
|
@ -33,7 +33,7 @@ else
|
|||||||
# extinct at this point right?
|
# extinct at this point right?
|
||||||
curl -L https://github.com/ocaml/opam/releases/download/2.0.4/opam-2.0.4-x86_64-linux \
|
curl -L https://github.com/ocaml/opam/releases/download/2.0.4/opam-2.0.4-x86_64-linux \
|
||||||
--output opam_temp_version_2_0_4.bin
|
--output opam_temp_version_2_0_4.bin
|
||||||
if [ "`openssl sha256 -r opam`" = "373e34f92f282273d482537f8103caad0d17b6f2699ff504bed77f474cb0c951 *opam" ]
|
if [ "`openssl sha256 -r opam_temp_version_2_0_4.bin`" = "373e34f92f282273d482537f8103caad0d17b6f2699ff504bed77f474cb0c951 *opam_temp_version_2_0_4.bin" ]
|
||||||
then
|
then
|
||||||
# Stay paranoid, in case other checks fail don't want to overrwrite
|
# Stay paranoid, in case other checks fail don't want to overrwrite
|
||||||
# user's opam on accident
|
# user's opam on accident
|
||||||
|
Loading…
Reference in New Issue
Block a user