Commit 7c672ebd authored by dill Upstream's avatar dill Upstream Committed by Eisenhauer, Greg
Browse files

dill 2026-02-02 (00ea9e5f)

Code extracted from:

    https://github.com/GTkorvo/dill.git

at commit 00ea9e5f5f8d58220d7d1350311e7554c6b0fc29 (master).

Upstream Shortlog
-----------------

Greg Eisenhauer (1):
      00ea9e5f Skip scheduled CI on forks (#81)
parent ad613bb3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ concurrency:
jobs:
  # MemorySanitizer build to detect uninitialized memory reads
  msan:
    if: github.event_name != 'schedule' || github.repository == 'GTkorvo/dill'
    timeout-minutes: 30
    runs-on: ubuntu-24.04
    env:
@@ -50,6 +51,7 @@ jobs:

  # AddressSanitizer build to detect memory errors (buffer overflow, use-after-free, etc.)
  asan:
    if: github.event_name != 'schedule' || github.repository == 'GTkorvo/dill'
    timeout-minutes: 30
    runs-on: ubuntu-24.04
    env:
@@ -83,6 +85,7 @@ jobs:

  # UndefinedBehaviorSanitizer build to detect undefined behavior
  ubsan:
    if: github.event_name != 'schedule' || github.repository == 'GTkorvo/dill'
    timeout-minutes: 30
    runs-on: ubuntu-24.04
    env:
@@ -115,6 +118,7 @@ jobs:
      run: ctest --test-dir build --output-on-failure

  linux:
    if: github.event_name != 'schedule' || github.repository == 'GTkorvo/dill'
    # The jobs should run pretty quick; anything over 30m essentially means
    # someting is stuck somewhere
    timeout-minutes: 30
@@ -163,6 +167,7 @@ jobs:
      run: source/scripts/ci/gh-actions/run.sh test

  mac_and_windows:
    if: github.event_name != 'schedule' || github.repository == 'GTkorvo/dill'
    # The jobs should run pretty quick; anything over 30m essentially means
    # someting is stuck somewhere
    timeout-minutes: 30