Skip to content

Commit

Permalink
[22.28.1] Perl Linux build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkadius committed Oct 20, 2023
1 parent adc6400 commit 2a91f08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [22.28.1] - 10/20/2023

### Build

* Perl Linux build fix

## [22.28.0] - 10/15/2023

### Bots
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eqemu-server",
"version": "22.28.0",
"version": "22.28.1",
"repository": {
"type": "git",
"url": "https://github.com/EQEmu/Server.git"
Expand Down
2 changes: 1 addition & 1 deletion utils/scripts/build/linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git submodule init && git submodule update

perl utils/scripts/build/tag-version.pl

mkdir -p build && cd build && cmake -DEQEMU_BUILD_TESTS=ON -DEQEMU_BUILD_STATIC=ON -DEQEMU_BUILD_LOGIN=ON -DEQEMU_BUILD_LUA=ON -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-Os" -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -G 'Unix Makefiles' .. && make -j$((`nproc`-4))
mkdir -p build && cd build && cmake -DEQEMU_BUILD_TESTS=ON -DEQEMU_BUILD_STATIC=ON -DEQEMU_BUILD_LOGIN=ON -DEQEMU_BUILD_LUA=ON -DEQEMU_BUILD_PERL=ON -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-Os" -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -G 'Unix Makefiles' .. && make -j$((`nproc`-4))

curl https://raw.githubusercontent.com/Akkadius/eqemu-install-v2/master/eqemu_config.json --output eqemu_config.json
./bin/tests
Expand Down

0 comments on commit 2a91f08

Please sign in to comment.