Commit Graph

50 Commits (master)

Author SHA1 Message Date
Tim Stack 857d3c036f [build] add cargo to musl builder 3 months ago
Tim Stack 03a17ef226 [muslbuilder] try to fix curl build 5 months ago
Tim Stack f17d9c157b [muslbuilder] re-order the packages to put more frequently updated ones last 5 months ago
Tim Stack eea3fcdb59 [muslbuilder] add zip in the right place 5 months ago
Tim Stack c48322b23f [muslbuilder] re-add zip, needed for packaging 5 months ago
Tim Stack 84ce978e20 [muslbuilder] bump zlib version 5 months ago
Tim Stack 733366e285 [muslbuilder] bump sqlite version 5 months ago
Suresh Sundriyal 7e9bdfbfcd Revert "[build] Use cURL instaed of git to get lnav from the repository."
This reverts commit 3f33d9d17a.
11 months ago
Suresh Sundriyal 3a45802d7d Revert "[build] Link the built binaries from the previous layers."
This reverts commit eb0cdd2486.
11 months ago
Suresh Sundriyal e005ac0d50 Revert "[build] Compile ncurses without gpm support."
This reverts commit 5d87712fa8.
11 months ago
Suresh Sundriyal eb0cdd2486 [build] Link the built binaries from the previous layers. 11 months ago
Suresh Sundriyal 3507118371 [build] Stop linking libdl with curl and libssh2. 11 months ago
Suresh Sundriyal 5d87712fa8 [build] Compile ncurses without gpm support. 11 months ago
Suresh Sundriyal 3f33d9d17a [build] Use cURL instaed of git to get lnav from the repository. 11 months ago
Suresh Sundriyal 192f2de374 [build] Build ncurses without unnecessary artifacts. 11 months ago
Suresh Sundriyal 5490fee155 [build] Create Docker images with latest alpine. 11 months ago
Suresh Sundriyal 7904b5fdd4 [build] Do a multi-stage Docker build. 11 months ago
Suresh Sundriyal 992d14dcb1 [build] Remove --with-default-terminfo-dir directive.
This seems to be settting the install path for the terminfo. As a result
the terminfo doesn't seem to be written in to fake.root.
11 months ago
Suresh Sundriyal bc42ea0c07 [build] Install ncurses packages on the build machine.
Ncurses requires the terminfo database and infocmp to be installed on
the build machine to configure the fallback entries.
11 months ago
Suresh Sundriyal 1fb471f4ba [build] Remove apk update.
Since we are passing in the `--no-cache` option to `apk add`; `apk
update` unnecessarily adds a local index; increasing the size of the
container image.
11 months ago
Suresh Sundriyal 0ece2e4ac6 [build] Update readline version. 11 months ago
Suresh Sundriyal ed72362b50 [build] Remove libexecinfo dependency on musl builds.
muslc does not expose the frame related information to execinfo.
Compiling with libexecinfo on muslc builds doesn't really serve any purpose.
11 months ago
Suresh Sundriyal 3e6a695f68 [buid] Disable shared libraries on a few more components. 11 months ago
Suresh Sundriyal 7053efabb6 [build] Only compile shared versions of the library. 11 months ago
Suresh Sundriyal 969bc582a2 [build] Trim down Dockerfile
Remove the unnecessary packages and the ones that are already installed
as part of dependencies and meta-packages.

Also compile whatever we explicitly link against.
11 months ago
Suresh Sundriyal addc5fbca6 [build] Create shallow clones while doing local images. 11 months ago
Suresh Sundriyal ff0b112728 [build] Optimize the Dockerfile
Optimize the Dockerfile according to the best practices described here:
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
11 months ago
Suresh Sundriyal 1ec9fc8e22 [build] Remove unnecessary entries in the Dockerfile.
Cmake isn't used in the build script and make is installed on
the container image using apk and doesn't need to be compiled from
source.
11 months ago
Tim Stack 44d8e0d2af [build] use TARGETPLATFORM instead 11 months ago
Tim Stack c8fa534c7d [build] change the FROM in the Dockerfile 11 months ago
Suresh Sundriyal 9fe7f61f3f [container] Allow building a container for multiple platforms.
Take in the architecture as a build argument in the Dockerfile.

The various images can be built by passing in the ARCH build argument
while building the images:

```
* docker image build --build-arg ARCH=arm32v7 -t ... (arm32v7)
* docker image build --build-arg ARCH=arm64v8 -t ... (aarch64)
* docker image build  -t ... (amd64)
```

Re: #558
12 months ago
Suresh Sundriyal 00c03950fe [actions] Modify entrypoint.
Modify entrypoint to work in the absence of a `GITHUB_WORKSPACE`
environment variable.

This allows the containers to work locally.
12 months ago
Tim Stack e3f4330377 [build] add --platform to Dockerfiles 12 months ago
Tim Stack c82bcf2b90 [build] add zstd-dev to alpine 12 months ago
Tim Stack ef6946852a [muslbuild] link lz4 1 year ago
Tim Stack d3d25bae4c [muslbuild] install more stuff 1 year ago
Tim Stack e6f5a95a80 [release] add zstd to alpine and some other release tweaks 1 year ago
Tim Stack f096824034 [build] general actions improvements 1 year ago
Tim Stack fc67f704cc [build] fix autogen path 1 year ago
Tim Stack 231a76c14b [build] fix order of autogen 1 year ago
Tim Stack a403788d90 [build] fix some typos 1 year ago
Tim Stack 1cc35fd6be [build] move into extract 1 year ago
Tim Stack b529ecf979 [build] move to dockerfile 1 year ago
Tim Stack b357efea7a [build] fix ncurses url 1 year ago
Tim Stack 7a08a54f59 [build] install deps 1 year ago
Tim Stack 4da325882b [build] sh instead of bash? 1 year ago
Tim Stack 2771fe0b52 [build] sigh, no hash bang 1 year ago
Tim Stack 17d5bde24a [build] set x bit 1 year ago
Tim Stack 2c478c921f [build] downgrade alpine version 1 year ago
Tim Stack 156eb1d779 [build] more stuff 1 year ago