Fix CI: build release mode with embed-ui feature
All checks were successful
BotUI CI / build (push) Successful in 4m30s
All checks were successful
BotUI CI / build (push) Successful in 4m30s
This commit is contained in:
parent
924f7660a0
commit
1a1de27fd7
1 changed files with 3 additions and 3 deletions
|
|
@ -81,8 +81,8 @@ jobs:
|
||||||
- name: Build BotUI
|
- name: Build BotUI
|
||||||
working-directory: workspace
|
working-directory: workspace
|
||||||
run: |
|
run: |
|
||||||
cargo build -p botui --features embed-ui -j 8 2>&1 | tee /tmp/build.log
|
cargo build --release -p botui --features embed-ui -j 8 2>&1 | tee /tmp/build.log
|
||||||
ls -lh target/debug/botui
|
ls -lh target/release/botui
|
||||||
sccache --show-stats || true
|
sccache --show-stats || true
|
||||||
|
|
||||||
- name: Save build log
|
- name: Save build log
|
||||||
|
|
@ -96,7 +96,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
lxc exec bot:pragmatismo-system -- systemctl stop ui || true
|
lxc exec bot:pragmatismo-system -- systemctl stop ui || true
|
||||||
|
|
||||||
sudo cp target/debug/botui /opt/gbo/bin/system/
|
sudo cp target/release/botui /opt/gbo/bin/system/
|
||||||
sudo chmod +x /opt/gbo/bin/system/botui
|
sudo chmod +x /opt/gbo/bin/system/botui
|
||||||
|
|
||||||
lxc exec bot:pragmatismo-system -- systemctl start ui || true# CI trigger: Fri Feb 6 10:57:04 AM -03 2026
|
lxc exec bot:pragmatismo-system -- systemctl start ui || true# CI trigger: Fri Feb 6 10:57:04 AM -03 2026
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue