Skip to content

Commit

Permalink
#3293 no errors with latest sid and CUDA 11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 21, 2021
1 parent 27709ec commit 8f417cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packaging/debian/xpra/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
ifneq (,$(filter i386,$(DEB_HOST_ARCH)))
EXTRA_BUILDOPTS := --without-csc_swscale --without-enc_ffmpeg --without-dec_avcodec2
endif
# Disable CUDA on Ubuntu Impish and Debian Sid
# Disable CUDA on Ubuntu Impish
# (nvcc fails to compile with the new glibc headers: #3293)
OS_CODENAME := $(shell lsb_release -s -c)
ifeq ($(OS_CODENAME),impish)
EXTRA_BUILDOPTS := --without-nvenc
endif
ifeq ($(OS_CODENAME),sid)
EXTRA_BUILDOPTS := --without-nvenc
endif


NPROC := $(shell nproc 2> /dev/null || echo 1)
Expand Down

0 comments on commit 8f417cf

Please sign in to comment.