Skip to content

Commit c94d949

Browse files
committed
disable default features
1 parent ba69d59 commit c94d949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cpp_full_node_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
yum update -y
179179
yum install -y epel-release centos-release-scl centos-release-scl-rh
180180
yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
181-
yum install -y wget java-11-openjdk-devel git autoconf automake make gcc gcc-c++ glibc-static glibc-devel cmake3 ccache devtoolset-11 libzstd-devel zlib-devel flex bison python-devel python3-devel
181+
yum install -y libtool wget java-11-openjdk-devel git autoconf automake make gcc gcc-c++ glibc-static glibc-devel cmake3 ccache devtoolset-11 libzstd-devel zlib-devel flex bison python-devel python3-devel
182182
- uses: actions-rs/toolchain@v1
183183
with:
184184
toolchain: nightly-2022-07-28

cpp/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@
127127
{
128128
"name": "libxml2",
129129
"version>=": "2.11.5#1",
130+
"default-features": false,
130131
"features": ["lzma", "zlib"]
131132
},
132133
"tarscpp",
133134
"tbb",
134-
"libiconv",
135135
"gsasl"
136136
]
137137
},

0 commit comments

Comments
 (0)