diff options
-rw-r--r-- | php-pecl-skywalking-agent.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-skywalking-agent.spec b/php-pecl-skywalking-agent.spec index e9d0a86..946b9be 100644 --- a/php-pecl-skywalking-agent.spec +++ b/php-pecl-skywalking-agent.spec @@ -52,7 +52,7 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: %{?scl_prefix}php-devel >= 7.1 BuildRequires: %{?scl_prefix}php-pear -BuildRequires: cargo +BuildRequires: cargo >= 1.60 BuildRequires: rustfmt BuildRequires: protobuf-compiler BuildRequires: clang-devel @@ -138,6 +138,9 @@ extension=%{pecl_name}.so EOF +: Required rust version +grep -h rust-version mycargo/*/Cargo.toml NTS/Cargo.toml | sort -u | tail -n 4 + %build %{?dtsenable} |