Skip to content
Snippets Groups Projects
Commit 7094703f authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Merge branch 'debian-testing-dev-1.0' into 'master'

[gitlab-ci] Use flowdalic/debian-testing-dev:1.0 as container image

See merge request i4/manycore/emper!34
parents 6cd8f51f be8f3a80
No related branches found
No related tags found
No related merge requests found
image: "flowdalic/debian-dev:1.13"
image: "flowdalic/debian-testing-dev:1.3"
before_script:
- apt update && apt install -y pkg-config
- apt install -y -t testing liburcu-dev
- |
readarray TOOLS <<EOF
c++
......
......@@ -76,3 +76,9 @@ format: all
stresstest: test
./stresstest/stresstest.sh build/tests/simplest_fib_test
# TODO: Determine how we can run also jobs from the 'test' stage,
# e.g. test-gcc.
.PHONY: gitlab-runner
gitlab-runner:
gitlab-runner exec docker smoke-test
......@@ -3,7 +3,6 @@
#include "ContextManager.hpp"
#include <cassert> // for assert
#include <new> // for operator new, operator delete
#include <utility>
#include "Context.hpp" // for Context
......
......@@ -3,7 +3,6 @@
#pragma once
#include <cassert> // for assert
#include <new> // for operator delete
#include "Common.hpp" // for func_t
#include "Debug.hpp" // for LOGD, LogSubsystem, LogSubsystem::DISP
......
......@@ -6,7 +6,6 @@
#include <cassert> // for assert
#include <functional> // for function
#include <iosfwd> // for ostream
#include <new> // for operator new
#include <type_traits> // for remove_reference<>::type // IWYU pragma: keep
#include <utility>
......
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright © 2020 Florian Schmaus
#include <new> // for operator new
#include "BinaryPrivateSemaphore.hpp" // for BinaryPrivateSemaphore, BPS
#include "CountingPrivateSemaphore.hpp" // for CountingPrivateSemaphore, CPS
#include "Fiber.hpp" // for Fiber, Fiber::NOT_AFFINE
......
......@@ -7,7 +7,6 @@
#include <cstdint> // for uint8_t, UINT8_MAX
#include <cstdlib> // for abort, exit, EXIT_SUCCESS
#include <iostream> // for operator<<, basic_ostream
#include <new> // for operator new
#include <random> // for mt19937, uniform_int_dis...
#include <string> // for string, operator<<, oper...
......
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright © 2020 Florian Fischer
#include <cstdlib> // for exit, EXIT_FAILURE, EXIT_SUC...
#include <iostream> // for operator<<, basic_ostream
#include <algorithm> // for copy
#include <cstdlib> // for exit, EXIT_FAILURE, EXIT_SUC...
#include <iostream> // for operator<<, basic_ostream
#include "Actor.hpp" // for Actor
#include "BinaryPrivateSemaphore.hpp" // for BPS
......
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright © 2020 Florian Schmaus
#include <atomic> // for atomic_thread_fence, memory_...
#include <cstdint> // for uint64_t
#include <cstdlib> // for exit, EXIT_FAILURE, EXIT_SUC...
#include <iostream> // for operator<<, basic_ostream
#include <algorithm> // for copy
#include <atomic> // for atomic_thread_fence, memory_...
#include <cstdint> // for uint64_t
#include <cstdlib> // for exit, EXIT_FAILURE, EXIT_SUC...
#include <iostream> // for operator<<, basic_ostream
#include "Actor.hpp" // for Actor
#include "CountingPrivateSemaphore.hpp" // for CPS
......
......@@ -5,7 +5,6 @@
#include <cstdlib> // for free, exit, EXIT_FAILURE
#include <cstring> // for memset
#include <iostream> // for operator<<, endl, basic_...
#include <new> // for operator new[]
#include <random> // for mt19937_64, random_device
#include "Common.hpp" // for ALIGN_TO_CACHE_LINE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment