소스 검색

CI: Workaround for launchpad submodule initialization

Stefan Profanter 6 년 전
부모
커밋
11672fad4c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      debian/rules

+ 0 - 1
debian/rules

@@ -5,7 +5,6 @@ export DH_VERBOSE = 1
 export DEB_BUILD_OPTIONS=parallel=4
 
 override_dh_auto_configure:
-	git submodule update --init --recursive
 	dh_auto_configure -- -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUA_NAMESPACE_ZERO=FULL -DUA_ENABLE_AMALGAMATION=OFF -DUA_PACK_DEBIAN=ON
 
 override_dh_auto_test: