Skip to content

Conversation

@csegarragonz
Copy link
Collaborator

@csegarragonz csegarragonz commented Nov 16, 2022

With the upgrade to LLVM 13, we don't need to install clang-*10 packages. This PR updates the faabric-base images and bumps the code to version 0.4.0.

See faasm/faasm#705 for the big picture.

@csegarragonz csegarragonz mentioned this pull request Nov 16, 2022
15 tasks
@csegarragonz csegarragonz marked this pull request as draft November 16, 2022 10:44
@csegarragonz csegarragonz marked this pull request as ready for review November 16, 2022 11:08
@csegarragonz csegarragonz self-assigned this Nov 16, 2022
REDIS_STATE_HOST: redis
ASAN_OPTIONS: "verbosity=1:halt_on_error=1"
TSAN_OPTIONS: "verbosity=1:halt_on_error=1:suppressions=/code/faabric/thread-sanitizer-ignorelist.txt:history_size=7"
TSAN_OPTIONS: "verbosity=1 halt_on_error=1 suppressions=./thread-sanitizer-ignorelist.txt history_size=4"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need this path to be relative to the working directory, to allow the tests to run on any checked-out path (i.e. GHA with actions/checkout).

# TODO: Remove: There's something weird going on with MPI code I don't understand
race:faabric::scheduler::MpiWorld::*

# Race in ReaderWriterQueue
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appeared as I fixed the TSAN_FLAGS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants