Update to latest centos 7 prereqs image (#46422)
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>
Mon, 4 Jan 2021 16:35:36 +0000 (18:35 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Jan 2021 16:35:36 +0000 (17:35 +0100)
commit649a02efa27a6c29245609bdbf46a6a789bf4d03
tree05e0a237546348e6dc5aaff0ed071758aedd9894
parent8ea661f295b6c01af4f11fb82d1342e0d09e2cef
Update to latest centos 7 prereqs image (#46422)

* Update to latest centos 7 prereqs image

* Fix stringop-overflow in interop tests
Warnings were of the form:

```sh
/runtime/src/tests/Interop/BestFitMapping/BestFitMappingNative.cpp:94:12: error: 'char* strncpy(char*, const char*, size_t)' specified bound depends on the length of the source argument [-Werror=stringop-overflow=]
   94 |     strncpy(pBack, pStr, len);
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~
/runtime/src/tests/Interop/BestFitMapping/BestFitMappingNative.cpp:92:24: note: length computed here
   92 |     size_t len = strlen(pStr) + 1; //+1, Include the NULL Character.
      |                  ~~~~~~^~~~~~
```
eng/pipelines/common/platform-matrix.yml
src/tests/Interop/BestFitMapping/BestFitMappingNative.cpp