Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small improvements #2296

Merged
merged 32 commits into from
Nov 29, 2024
Merged

Small improvements #2296

merged 32 commits into from
Nov 29, 2024

Conversation

kamilsa
Copy link
Contributor

@kamilsa kamilsa commented Nov 27, 2024

Referenced issues

None

Description of the Change

  • Make Compiled as default option for wasm execution
  • Decrease level for some noisy logs
  • Set explicit hunter versions for some dependencies

Possible Drawbacks

  • Less logs

Checklist Before Opening a PR

Before you open a Pull Request (PR), please make sure you've completed the following steps and confirm by answering 'Yes' to each item:

  1. Code is formatted: Have you run your code through clang-format to ensure it adheres to the project's coding standards? Yes
  2. Code is documented: Have you added comments and documentation to your code according to the guidelines in the project's contributing guidelines? Yes
  3. Self-review: Have you reviewed your own code to ensure it is free of typos, syntax errors, logical errors, and unresolved TODOs or FIXME without linking to an issue? No
  4. Zombienet Tests: Have you ensured that the zombienet tests are passing? Zombienet is a network simulation and testing tool used in this project. It's important to ensure that these tests pass to maintain the stability and reliability of the project. No

@kamilsa kamilsa marked this pull request as ready for review November 27, 2024 15:22
@kamilsa kamilsa requested review from iceseer and turuslan November 27, 2024 15:24
kamilsa and others added 22 commits November 28, 2024 10:47
commit 7e6a0be
Merge: 0485c16 4c293de
Author: Kirill Azovtsev <[email protected]>
Date:   Fri Nov 29 11:01:59 2024 +0300

    Merge branch 'enchancement/small-improvements' into ci/update_san

    # Conflicts:
    #	.github/workflows/test.yml

commit 0485c16
Author: Kirill Azovtsev <[email protected]>
Date:   Fri Nov 29 10:53:35 2024 +0300

    discard llvm version changes, clean code

commit e97f74c
Author: Kirill Azovtsev <[email protected]>
Date:   Fri Nov 29 00:54:54 2024 +0300

    update LLVM hunter version

commit 48bd585
Author: Kirill Azovtsev <[email protected]>
Date:   Thu Nov 28 23:44:37 2024 +0300

    fix filename

commit d76aa6d
Author: Kirill Azovtsev <[email protected]>
Date:   Thu Nov 28 22:51:48 2024 +0300

    -G 'Unix Makefiles' for sanitizers

commit 5952c2e
Author: Kirill Azovtsev <[email protected]>
Date:   Thu Nov 28 22:07:58 2024 +0300

    Makefile update

commit 270a1cc
Author: Kirill Azovtsev <[email protected]>
Date:   Thu Nov 28 18:10:27 2024 +0300

    BUILD_THREADS fix

commit 066a98e
Author: Kirill Azovtsev <[email protected]>
Date:   Thu Nov 28 14:27:39 2024 +0300

    Disable WERROR for sanitizers

commit 67c661b
Author: Kirill Azovtsev <[email protected]>
Date:   Thu Nov 28 14:18:30 2024 +0300

    delete -G 'Unix Makefiles'

commit 842c299
Author: Kirill Azovtsev <[email protected]>
Date:   Thu Nov 28 13:50:17 2024 +0300

    return Unix Makefiles

commit fd7ffde
Merge: dd8f163 c2fc66d
Author: Kirill Azovtsev <[email protected]>
Date:   Thu Nov 28 13:45:52 2024 +0300

    Merge branch 'enchancement/small-improvements' into ci/update_san

    # Conflicts:
    #	.github/workflows/test.yml

commit dd8f163
Author: Kirill Azovtsev <[email protected]>
Date:   Thu Nov 28 13:39:46 2024 +0300

    ninja build

commit 63f5143
Author: Kirill Azovtsev <[email protected]>
Date:   Thu Nov 28 13:13:20 2024 +0300

    update sanitizers CI steps

commit 054b313
Merge: 778d214 f060bb0
Author: Kirill Azovtsev <[email protected]>
Date:   Thu Nov 28 13:11:08 2024 +0300

    Merge remote-tracking branch 'origin/enchancement/small-improvements' into ci/update_san
@kamilsa kamilsa enabled auto-merge (squash) November 29, 2024 15:56
@kamilsa kamilsa merged commit a451b24 into master Nov 29, 2024
13 checks passed
@kamilsa kamilsa deleted the enchancement/small-improvements branch November 29, 2024 16:35
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.

4 participants