Skip to content

Commit 83a97b8

Browse files
committed
[GR-19513] The LLVM 9-based toolchain no longer depends on libxml2
1 parent 92e7b62 commit 83a97b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ environment, for example by unmounting system filesystems such as `/dev/shm`.
106106

107107
## Dependencies
108108

109-
* [make, gcc and libxml2](doc/user/installing-llvm.md) for building C and C++ extensions.
109+
* [make and gcc](doc/user/installing-llvm.md) for building C and C++ extensions.
110110
* [libssl](doc/user/installing-libssl.md) for the `openssl` C extension
111111
* [zlib](doc/user/installing-zlib.md) for the `zlib` C extension
112112

doc/user/installing-llvm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ The `make` utility as well as the dependencies of the toolchain still need to be
99
## RedHat-based: Fedora, Oracle Linux, etc
1010

1111
```bash
12-
$ sudo dnf install make gcc libxml2
12+
$ sudo dnf install make gcc
1313
```
1414

1515
## Debian-based: Ubuntu, etc
1616

1717
```bash
18-
$ sudo apt-get install make gcc libxml2
18+
$ sudo apt-get install make gcc
1919
```
2020

2121
## macOS

tool/docker-configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deb_packages: &deb_packages
1717
specs: netbase
1818
zlib: libz-dev
1919
openssl: libssl-dev
20-
cext: gcc libxml2 make
20+
cext: gcc make
2121
source: file g++ python ruby
2222

2323
ol7:

0 commit comments

Comments
 (0)