Commits on Source (6)
-
Marc-Olivier Andrez authored
CI jobs modified: - docker-create-asapo-packages-ubuntu1804-build-env - docker-create-asapo-packages-ubuntu2004-build-env
-
Marc-Olivier Andrez authored
The script `deploy/build_env/services-linux/run_asapo.sh` now can deploy directories other than `build/`. This enables us to store different builds under the `build/` directory.
-
Marc-Olivier Andrez authored
The script `deploy/build_env/services-linux/run_asapo.sh` can now be run from other directories than the project root directory, which includes running it from a build directory.
-
Marc-Olivier Andrez authored
Error message: > main_eventmon.cpp:109:17: error: ‘int siginterrupt(int, int)’ is deprecated: Use sigaction with SA_RESTART instead [-Werror=deprecated-declarations] The current fix consists in ignoring the error message at the moment, but we should replace `siginterrupt` with `sigaction` in the future.
-
Marc-Olivier Andrez authored
`error: ‘sleep_for’ is not a member of ‘std::this_thread’`
-
Marc-Olivier Andrez authored
Showing
- CMakeModules/testing_go.cmake 1 addition, 1 deletionCMakeModules/testing_go.cmake
- broker/src/asapo_broker/server/process_request_test.go 3 additions, 0 deletionsbroker/src/asapo_broker/server/process_request_test.go
- deploy/build_env/services-linux/run_asapo.sh 20 additions, 16 deletionsdeploy/build_env/services-linux/run_asapo.sh
- deploy/build_env/ubuntu/gitlab-ci-build-docker.yml 10 additions, 6 deletionsdeploy/build_env/ubuntu/gitlab-ci-build-docker.yml
- producer/event_monitor_producer/src/main_eventmon.cpp 3 additions, 1 deletionproducer/event_monitor_producer/src/main_eventmon.cpp
- tests/automatic/asapo_fabric/timeout_test.cpp 1 addition, 0 deletionstests/automatic/asapo_fabric/timeout_test.cpp