Remove LLL from release scripts

This commit is contained in:
Alex Beregszaszi 2020-01-15 12:27:07 +00:00
parent f35e2bde31
commit 106ac296b9
2 changed files with 1 additions and 3 deletions

View File

@ -39,7 +39,6 @@ mkdir -p $ZIP_TEMP_DIR
# Copy all the solidity executables into a temporary directory prior to ZIP creation
cp $REPO_ROOT/build/lllc/lllc $ZIP_TEMP_DIR
cp $REPO_ROOT/build/solc/solc $ZIP_TEMP_DIR
# For macOS, we run a fix-up script which alters all of the symbolic links within

View File

@ -156,7 +156,6 @@ Package: solc
Architecture: any-i386 any-amd64
Multi-Arch: same
Depends: \${shlibs:Depends}, \${misc:Depends}
Replaces: lllc (<< 1:0.3.6)
Conflicts: libethereum (<= 1.2.9)
Description: Solidity compiler.
The commandline interface to the Solidity smart contract compiler.
@ -194,7 +193,7 @@ override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
override_dh_auto_configure:
dh_auto_configure -- -DINSTALL_LLLC=Off -DTESTS=OFF ${CMAKE_OPTIONS}
dh_auto_configure -- -DTESTS=OFF ${CMAKE_OPTIONS}
EOF
cat <<EOF > debian/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/