bitshares / bitshares-core

BitShares Blockchain node and command-line wallet
https://bitshares.github.io/
Other
1.17k stars 643 forks source link

Add Ubuntu 22.04 for Github Actions #2597

Open abitmore opened 2 years ago

abitmore commented 2 years ago

Ubuntu 22.04 builds are failing due to a Docker issue (see https://github.com/actions/virtual-environments/issues/5490#issuecomment-1118328567):

Temporary workaround is to remove daemon.conf:

- run: |
          sudo rm /etc/docker/daemon.json
          sudo systemctl restart docker

Will wait for a fix.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

abitmore commented 2 years ago

The Docker issue was fixed.

Now Ubuntu 22.04 builds are failing due to incompatibility with OpenSSL 3.0 .

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud