Skip to content

Commit

Permalink
[ci,rpm] disable asan for rpm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Feb 9, 2024
1 parent 2822918 commit 01b2c05
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packaging/rpm/freerdp-nightly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,7 @@ cp %{_topdir}/SOURCES/source_version freerdp-nightly-%{version}/.source_version
%endif
-DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++ \
%if 0%{defined suse_version}
-DWITH_SANITIZE_ADDRESS=OFF \
%else
-DWITH_SANITIZE_ADDRESS=ON \
%endif
-DWITH_KRB5=ON \
-DCHANNEL_URBDRC=ON \
-DCHANNEL_URBDRC_CLIENT=ON \
Expand Down Expand Up @@ -233,6 +229,8 @@ export NO_BRP_CHECK_RPATH true
%postun -p /sbin/ldconfig

%changelog
* Fri Feb 09 2024 FreeRDP Team <[email protected]> - 3.0.0-4
- Deactivate ASAN due to issues with clang
* Fri Feb 09 2024 FreeRDP Team <[email protected]> - 3.0.0-3
- Fix dependencies for alma, suse and rhel
* Thu Dec 21 2023 FreeRDP Team <[email protected]> - 3.0.0-2
Expand Down

0 comments on commit 01b2c05

Please sign in to comment.