Skip to content

Commit

Permalink
fix: lintian for geth, erigon and disable nimbus-eth
Browse files Browse the repository at this point in the history
  • Loading branch information
eenagy committed Apr 23, 2024
1 parent 62d7a07 commit f003fbc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eth-node-erigon source: source-is-missing [eth/tracers/js/internal/tracers/evmdis_tracer.js]
eth-node-erigon source: source-is-missing [tests/solidity/bytecode.js]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
eth-node-geth source: source-is-missing [cmd/faucet/faucet.html]
eth-node-geth source: source-is-missing [eth/tracers/js/internal/tracers/evmdis_tracer.js]
eth-node-geth source: source-is-missing [graphql/internal/graphiql/graphiql.min.js]
eth-node-geth source: source-is-missing [graphql/internal/graphiql/react-dom.production.min.js]
eth-node-geth source: source-is-missing [graphql/internal/graphiql/react.production.min.js]
eth-node-geth source: source-is-missing [internal/jsre/deps/bignumber.js]
eth-node-geth source: source-is-missing [internal/jsre/deps/web3.js]
eth-node-geth source: source-is-missing [tests/solidity/bytecode.js]
eth-node-geth: statically-linked-binary [usr/lib/eth-node-geth/bin/rlpdump]
2 changes: 1 addition & 1 deletion debian-12/eth-node-nimbus-eth2/24.3.0-1/src/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ override_dh_auto_build: $(BINARIES)
override_dh_auto_install: copy_binaries
# cp -R $(DIST_PATH) /usr/share/eth-node-nimbus-eth2
# dh_auto_install
make dh_auto_install --destdir=/usr/lib/eth-node-nimbus-eth2
#make dh_auto_install --destdir=/usr/lib/eth-node-nimbus-eth2

override_dh_auto_clean:
# on ubuntu clean fails, before dependency installation
Expand Down

0 comments on commit f003fbc

Please sign in to comment.