Overview
| Comment: | .travis.yml: Don't build with --enable-runtime
This flag no longer exists. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | 1.0 |
| Files: | files | file ages | folders |
| SHA3-256: |
9ea99b287d74cfa7ea0d88e0db437635 |
| User & Date: | js on 2020-10-05 00:01:46 |
| Other Links: | branch diff | manifest | tags |
Context
|
2020-11-12
| ||
| 00:45 | Merge trunk into 1.0 branch (check-in: a1163fb58b user: js tags: 1.0) | |
|
2020-10-05
| ||
| 00:01 | .travis.yml: Don't build with --enable-runtime (check-in: 9ea99b287d user: js tags: 1.0) | |
|
2020-10-04
| ||
| 15:17 | Remove lookup-asm-x86_64-macho.S (check-in: 5672243f7f user: js tags: 1.0) | |
Changes
Modified .travis.yml from [46bb495899] to [29ad71ef67].
| ︙ | |||
82 83 84 85 86 87 88 | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | - - - |
# macOS
- os: osx
osx_image: xcode11.2
language: objective-c
env:
- no32bit=1
|
| ︙ | |||
346 347 348 349 350 351 352 | 343 344 345 346 347 348 349 350 351 352 353 354 355 356 | - - - - - - - - - - - - - - - - - - |
build_mac_32_64 --disable-threads --disable-sockets;
build_mac_32_64 --disable-threads --disable-files;
build_mac_32_64 --disable-threads --disable-sockets --disable-files;
build_mac_32_64 --disable-sockets;
build_mac_32_64 --disable-sockets --disable-files;
build_mac_32_64 --disable-files;
build_mac_32_64 --disable-shared;
|
| ︙ |