-
Notifications
You must be signed in to change notification settings - Fork 838
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix solc compiler for acceptance tests
install solc in CI; specify solidity version for web3j plugin (#3183) * specify solidity version Signed-off-by: Sally MacFarlane <[email protected]> * different version Signed-off-by: Sally MacFarlane <[email protected]> * web3j plugin update Signed-off-by: Sally MacFarlane <[email protected]> * uprev pragma to include 0.8 Signed-off-by: Sally MacFarlane <[email protected]> * install solc Signed-off-by: Sally MacFarlane <[email protected]> * 0.8.10 Signed-off-by: Sally MacFarlane <[email protected]> * remove info Signed-off-by: Sally MacFarlane <[email protected]> * ignore two tests Signed-off-by: Sally MacFarlane <[email protected]> merge changelog - for update log4j version change Signed-off-by: Sally MacFarlane <[email protected]> dl link for 21.10.3 Signed-off-by: Sally MacFarlane <[email protected]> fixed changelog to reflect what's actually in 22.10.4 Signed-off-by: Sally MacFarlane <[email protected]> unignore test Signed-off-by: Sally MacFarlane <[email protected]> install software-properties-common Signed-off-by: Sally MacFarlane <[email protected]> update first Signed-off-by: Sally MacFarlane <[email protected]> -y Signed-off-by: Sally MacFarlane <[email protected]> one more update Signed-off-by: Sally MacFarlane <[email protected]> repo -y Signed-off-by: Sally MacFarlane <[email protected]> change order Signed-off-by: Sally MacFarlane <[email protected]> use node to install solc Signed-off-by: Sally MacFarlane <[email protected]> solcjs Signed-off-by: Sally MacFarlane <[email protected]> info logging Signed-off-by: Sally MacFarlane <[email protected]> remove maybe unused line Signed-off-by: Sally MacFarlane <[email protected]> docker vulnerabilities change Signed-off-by: Sally MacFarlane <[email protected]> so that was used Signed-off-by: Sally MacFarlane <[email protected]> xfetch statically linked solc binary for tests Signed-off-by: Taccat Isid <[email protected]>
- Loading branch information
1 parent
c50e19a
commit 15f0de7
Showing
15 changed files
with
84 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
FROM debian:bullseye-slim | ||
FROM ubuntu:20.04 | ||
ARG VERSION="dev" | ||
|
||
RUN apt-get update && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters