Skip to content

Commit 13e1c52

Browse files
committed
feat: terst feature
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent d1ced1c commit 13e1c52

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
run: make licenses
5959
- name: setup static dependecies
6060
run: |
61-
sudo apt-get update
62-
sudo apt-get install libc6-dev -f
61+
apt-get -y update
62+
apt-get install libc6-dev -f
6363
- name: Create release binaries
6464
run: make RELEASE_TAG=${{ env.RELEASE_TAG }} release
6565
- name: Verify Release version

install-build-deps.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,4 @@
2121

2222
apt update && apt install -y \
2323
git \
24-
gcc \
25-
linux-libc-dev \
26-
libseccomp-dev \
27-
pkg-config \
2824
make

release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "go",
44
"bump-minor-pre-major": true,
5-
"bump-patch-for-minor-pre-major": true,
65
"changelog-sections": [
76
{
87
"type": "build",

0 commit comments

Comments
 (0)