Skip to content

Commit

Permalink
Galera: dont reset build env vars in Debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Oct 27, 2023
1 parent 0821671 commit 0fd9198
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions master-galera/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,20 @@ f_deb_build.addStep(
submodules=True,
)
)
# Work around while waiting for https://github.com/MariaDB/galera/pull/13
f_deb_build.addStep(
steps.ShellCommand(
name="correct build script to use CC/CXX",
command=[
"sed",
"-i",
"-e",
"/unset/d",
"./scripts/build.sh",
],
workdir="build",
)
)
f_deb_build.addStep(
steps.ShellCommand(
name="build packages",
Expand Down

0 comments on commit 0fd9198

Please sign in to comment.