Skip to content

Commit

Permalink
chore(tooling): Fixup flags for current iteration of developer mode flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jun 28, 2024
1 parent 6973d64 commit e918f49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
./bootstrap.sh
./configure \
--without-{bash,fish,zsh}-completion-dir \
--enable-developer \
--enable-developer-mode \
--disable-dependency-checks \
CURL=curl DOCKER=docker DIFF=diff TR=tr SORT=sort \
- name: Publish Docker Image to GH Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "${GITHUB_REF#refs/*/v}" > .tarball-version
./bootstrap.sh
./configure \
--enable-developer \
--enable-developer-mode \
--without-{bash,fish,zsh}-completion-dir \
--disable-dependency-checks
- name: Build source package
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,6 @@ docker-build-push: docker
else !DEVELOPER_MODE

$(PHONY_DEVELOPER_TARGETS):
@: $(error "Please reconfigure using --enable-developer to use developer tooling")
@: $(error "Please reconfigure using --enable-developer-mode to use developer tooling")

endif !DEVELOPER_MODE

0 comments on commit e918f49

Please sign in to comment.