Skip to content

Commit

Permalink
Runner v2.276.0 fixes (#928)
Browse files Browse the repository at this point in the history
* Revert "always use Fips Cryptography (#896)"

3b34e20

* Revert "Update ldd check with dotnet 5."

4b6ded0

* Revert "Update SDK to .NET 5 (#799)"

fc3ca9b

* Update dotnet-install scripts
  • Loading branch information
thboop authored Jan 21, 2021
1 parent 4b6ded0 commit 3fb9154
Show file tree
Hide file tree
Showing 27 changed files with 561 additions and 343 deletions.
8 changes: 4 additions & 4 deletions docs/start/envlinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ x64
- openSUSE 15+
- SUSE Enterprise Linux (SLES) 12 SP2+

## Install .Net Core 5 Linux Dependencies
## Install .Net Core 3.x Linux Dependencies

The `./config.sh` will check .Net Core 5 dependencies during runner configuration.
The `./config.sh` will check .Net Core 3.x dependencies during runner configuration.
You might see something like this which indicate a dependency's missing.
```bash
./config.sh
libunwind.so.8 => not found
libunwind-x86_64.so.8 => not found
Dependencies is missing for Dotnet 5
Execute ./bin/installdependencies.sh to install any missing Dotnet 5 dependencies.
Dependencies is missing for Dotnet Core 3.0
Execute ./bin/installdependencies.sh to install any missing Dotnet Core 3.0 dependencies.
```
You can easily correct the problem by executing `./bin/installdependencies.sh`.
The `installdependencies.sh` script should install all required dependencies on all supported Linux versions
Expand Down
Loading

0 comments on commit 3fb9154

Please # to comment.