mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove LLL from release scripts
This commit is contained in:
parent
f35e2bde31
commit
106ac296b9
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user