Skip to content

Commit

Permalink
#3808 disable CUDA and strict mode on Fedora 38, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Mar 28, 2023
1 parent 04473a6 commit bbf8860
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
%else
%define build_args %{DEFAULT_BUILD_ARGS} --without-nvidia
%endif
#Fedora 38 issues: CUDA errors and Cython warnings:
%if 0%{?fedora}<38
%define build_args %{DEFAULT_BUILD_ARGS} --without-strict
%endif
%global selinux_variants mls targeted
%define selinux_modules cups_xpra xpra_socketactivation

Expand Down

0 comments on commit bbf8860

Please sign in to comment.