Skip to content

Commit

Permalink
CI: Regenerate configure file
Browse files Browse the repository at this point in the history
  • Loading branch information
marktwtn committed Jun 27, 2023
1 parent e074e57 commit 38e15b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions distro/almalinux/ci/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ set +x; separator; separator; separator; set -x
# enter GitHub workspace directory path
cd "$GITHUB_WORKSPACE"

autoreconf -i
./configure \
--disable-qt6-immodule \
--prefix="$PWD/build" \
Expand Down
1 change: 1 addition & 0 deletions distro/archlinux/ci/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ cd "$GITHUB_WORKSPACE"
git config --global --add safe.directory "$GITHUB_WORKSPACE"

# configure and build
autoreconf -i
./configure --prefix=/usr --with-qt5-im-module-path=/usr/lib/qt/plugins/platforminputcontexts/
make -j "$(nproc)"
1 change: 1 addition & 0 deletions distro/centos/ci/centos7/entrypoint_centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ cd "$GITHUB_WORKSPACE"
export CFLAGS="-std=gnu11"
export CXXFLAGS="-std=gnu++11"

autoreconf -i
./configure \
--disable-qt6-immodule \
--prefix="$PWD/build" \
Expand Down
1 change: 1 addition & 0 deletions distro/centos/ci/centos8/entrypoint_centos8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ set +x; separator; separator; separator; set -x
# enter GitHub workspace directory path
cd "$GITHUB_WORKSPACE"

autoreconf -i
./configure \
--disable-qt6-immodule \
--prefix="$PWD/build" \
Expand Down

0 comments on commit 38e15b2

Please sign in to comment.