diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-12-15 22:09:11 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-12-15 22:09:11 (GMT) |
| commit | 5cf21add6c2f642e6524cb61a691524f4a36d7d2 (patch) | |
| tree | 7cf8f12c361ee8c04d8fa0015aca9fd6dec4d41b | |
| parent | 64d425523c2af59483e74aa1487432830ca908dc (diff) | |
| parent | d048a4ae372cebd687bc1142100528acae40cb65 (diff) | |
| download | tk-core-attemptgetstring.zip tk-core-attemptgetstring.tar.gz tk-core-attemptgetstring.tar.bz2 | |
Compile with Tcl's attemptgetstring branchcore-attemptgetstring
| -rw-r--r-- | .github/workflows/linux-build.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/mac-build.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/onefiledist.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/win-build.yml | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index d781da7..4f441e8 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -24,7 +24,7 @@ jobs: - "clang" config: - "" - - "CFLAGS=-DTK_NO_DEPRECATED=1" + - "CFLAGS=-DTK_NO_DEPRECATED=1 -DTCL_NO_DEPRECATED=1" - "--disable-shared" - "--disable-xft" - "--disable-xss" @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Setup Environment (compiler=${{ matrix.compiler }}) run: | @@ -142,7 +142,7 @@ jobs: uses: actions/checkout@v5 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Setup Environment (compiler=${{ matrix.compiler }}) run: | diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index a79cd5e..03c0c9f 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Prepare checked out repositories run: | @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Prepare checked out repositories env: diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml index ff08378..dbe68e9 100644 --- a/.github/workflows/onefiledist.yml +++ b/.github/workflows/onefiledist.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Prepare run: | @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Checkout create-dmg uses: actions/checkout@v6 @@ -182,7 +182,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Prepare run: | diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 9c0595f..faf7688 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Init MSVC uses: ilammy/msvc-dev-cmd@v1 @@ -123,7 +123,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Prepare run: | |
