mirror of
https://github.com/antos-rde/antos.git
synced 2025-04-30 12:46:44 +02:00
Compare commits
No commits in common. "10aa6ab208c6e6c48ba83f21330c6711c0b75f0a" and "df40400af6586a344a7fd1dae8b67f31688adf26" have entirely different histories.
10aa6ab208
...
df40400af6
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -104,7 +104,6 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh'''
|
sh'''
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
make clean || true
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
6
Makefile
6
Makefile
@ -52,7 +52,7 @@ luasocket:
|
|||||||
@echo "Building $@"
|
@echo "Building $@"
|
||||||
LUAV=5.4 \
|
LUAV=5.4 \
|
||||||
LUAINC_linux=$(ROOT_DIR)/antd/silk/modules/lua/lua54/ \
|
LUAINC_linux=$(ROOT_DIR)/antd/silk/modules/lua/lua54/ \
|
||||||
LUAPREFIX_linux=$(BUILD_PREFIX) \
|
LUAPREFIX_linux=$(DESTDIR) \
|
||||||
PLAT=linux \
|
PLAT=linux \
|
||||||
make -C $(ROOT_DIR)/antd/luasocket linux
|
make -C $(ROOT_DIR)/antd/luasocket linux
|
||||||
LUAV=5.4 \
|
LUAV=5.4 \
|
||||||
@ -97,9 +97,7 @@ clean:
|
|||||||
make -C antd/luasocket clean
|
make -C antd/luasocket clean
|
||||||
make -C antd/silk clean
|
make -C antd/silk clean
|
||||||
RUSTUP_HOME=$(RUSTUP_HOME) CARGO_HOME=$(CARGO_HOME) \
|
RUSTUP_HOME=$(RUSTUP_HOME) CARGO_HOME=$(CARGO_HOME) \
|
||||||
. $(CARGO_HOME)/env && cargo clean \
|
. $(CARGO_HOME)/env && cargo clean --manifest-path=$(ROOT_DIR)/antd/luafcgi/Cargo.toml
|
||||||
--manifest-path=$(ROOT_DIR)/antd/luafcgi/Cargo.toml \
|
|
||||||
--config=$(ROOT_DIR)/antd/luafcgi/.cargo/config.toml
|
|
||||||
-rm -rf $(DESTDIR)/*
|
-rm -rf $(DESTDIR)/*
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user