Skip to content

Commit 153905e

Browse files
committed
CI: Fix luasec
1 parent 3f64131 commit 153905e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

UsingInCI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following sections provide an example of the config files for the CI provide
1212

1313

1414
## CircleCI
15-
CircleCI provides a clean machine with sudo access. There are no problems getting everything to work. Typical times for a CricleCI check is 2 minutes machine setup and 3 seconds Checker run.
15+
CircleCI provides a clean machine with sudo access. There are no problems getting everything to work. Typical times for a CircleCI check is 2 minutes machine setup and 3 seconds Checker run.
1616

1717
The circle.yml file should look something like this:
1818
```
@@ -21,9 +21,9 @@ dependencies:
2121
- sudo apt-get install lua5.1 luarocks libssl-dev
2222
- sudo luarocks install luafilesystem
2323
- sudo luarocks install lsqlite3
24-
- sudo luarocks install luasocket
2524
- sudo luarocks install luasec OPENSSL_LIBDIR=/usr/lib/x86_64-linux-gnu
26-
- git clone https://github.com/madmaxoft/CuberitePluginChecker ~/Checker
25+
- sudo luarocks install luasocket
26+
- git clone https://github.com/cuberite/CuberitePluginChecker ~/Checker
2727
- wget -O ~/InfoReg.lua https://raw.githubusercontent.com/cuberite/cuberite/master/Server/Plugins/InfoReg.lua
2828
- mkdir ~/AutoAPI
2929
- wget -O ~/AutoAPI.zip https://builds.cuberite.org/job/Cuberite%20Windows%20x64%20Master/lastSuccessfulBuild/artifact/AutoAPI.zip

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dependencies:
77
- sudo apt-get install lua5.1 luarocks libssl-dev
88
- sudo luarocks install luafilesystem
99
- sudo luarocks install lsqlite3
10-
- sudo luarocks install luasocket
1110
- sudo luarocks install luasec OPENSSL_LIBDIR=/usr/lib/x86_64-linux-gnu
11+
- sudo luarocks install luasocket
1212
- git clone --depth=1 https://github.com/cuberite/gallery ~/Gallery
1313
- wget -O ~/InfoReg.lua https://raw.githubusercontent.com/cuberite/cuberite/master/Server/Plugins/InfoReg.lua
1414
- mkdir ~/AutoAPI

0 commit comments

Comments
 (0)