Skip to content

Commit 10575a8

Browse files
committed
builds.sr.ht: disable packaging since hottub doesnt support secrets
1 parent 7965c4b commit 10575a8

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

Diff for: .builds/freebsd.yml

-6
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,5 @@ tasks:
4545
maybe cmake --build debug -j2 --target test
4646
- install: |
4747
maybe cmake --install debug --prefix /tmp
48-
- package: |
49-
maybe cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_DOCS_MANGZ=ON -S libmemcached -B release
50-
maybe cmake --build release -j2 --target package -- VERBOSE=
51-
maybe cmake -DCPACK_COMPONENT_INSTALL=ON release
52-
maybe cmake --build release -j2 --target package -- VERBOSE=
53-
maybe cmake --build release -j2 --target push-artifacts -- VERBOSE=
5448
- success: |
5549
notify-gitter success

Diff for: .builds/openbsd.yml

-6
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,5 @@ tasks:
3333
maybe cmake --build debug -j2 --target test
3434
- install: |
3535
maybe cmake --install debug --prefix /tmp
36-
- package: |
37-
maybe cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_DOCS_MANGZ=ON -S libmemcached -B release
38-
maybe cmake --build release -j2 --target package -- VERBOSE=
39-
maybe cmake -DCPACK_COMPONENT_INSTALL=ON release
40-
maybe cmake --build release -j2 --target package -- VERBOSE=
41-
maybe cmake --build release -j2 --target push-artifacts -- VERBOSE=
4236
- success:
4337
notify-gitter success

0 commit comments

Comments
 (0)