Compare commits

..

2 Commits

Author SHA1 Message Date
be94830e84
added rust-toolchain to github workflows
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 1m43s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 0s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 0s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 0s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 0s
2025-01-08 17:52:25 +01:00
f1ebb2b6f7
revert "sourcing cargo env before running rules"
this reverts commit ad75a52e962d5e50d961090c1a0d5d70eb43672a.
2025-01-08 17:42:07 +01:00
5 changed files with 8 additions and 5 deletions

View File

@ -38,7 +38,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with: with:
ref: development ref: development

View File

@ -39,7 +39,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with: with:
ref: development ref: development

View File

@ -39,7 +39,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with: with:
ref: development ref: development

View File

@ -35,7 +35,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with: with:
ref: development ref: development

View File

@ -145,7 +145,6 @@ app_logger:
$(CC) $(CFLAGS) $(SRC_LOGGER_APP) -o $(OUTPUT_APP_LOGGER) $(LIBS_LOGGER) $(LIB_LOGGER) $(CC) $(CFLAGS) $(SRC_LOGGER_APP) -o $(OUTPUT_APP_LOGGER) $(LIBS_LOGGER) $(LIB_LOGGER)
clean: clean:
. "$(DOLLAR)HOME/.cargo/env"
$(RC) clean $(RFLAGS) $(RC) clean $(RFLAGS)
rm -rf $(OUTPUT)/* $(LOGS)/* *.o *.so vgcore.* rm -rf $(OUTPUT)/* $(LOGS)/* *.o *.so vgcore.*