Skip to content

Commit

Permalink
chore: build from commit
Browse files Browse the repository at this point in the history
  • Loading branch information
natalian98 committed Jan 19, 2024
1 parent 86dbe12 commit 90d30a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: glauth
base: bare
build-base: ubuntu:22.04
version: "2.2.1"
build-base: ubuntu@22.04
version: "2.3.0"
summary: GLAuth
description: |
GLAuth LDAP authentication server
Expand Down Expand Up @@ -47,14 +47,14 @@ parts:
- go/1.19/stable
source: https://github.com/glauth/glauth
source-type: git
source-tag: v2.2.1
source-commit: 56ccb881b5c9b9a0d7c70b3aaacaf898d9bcabe2
source-subdir: v2
override-build: |
export GOARCH=$(go env GOARCH)
U=https://github.com/glauth/glauth-postgres \
M=pkg/plugins/glauth-postgres \
make -C $CRAFT_PART_SRC_WORK pull-plugin
make -C $CRAFT_PART_SRC_WORK pull-plugin-dependencies
PLUGIN_ARCH=$GOARCH \
make -C $CRAFT_PART_SRC_WORK -j$CRAFT_PARALLEL_BUILD_COUNT \
Expand Down

0 comments on commit 90d30a8

Please sign in to comment.