Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d633cad

Browse files
Disable automatic building, remove explicit mentiond of dependency-only inclusions
1 parent 8cc446c commit d633cad

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MUSL_TARGET ?= x86_64-linux-musl
33
DOCKER_BUILD = docker build --build-arg MUSL_TARGET=$(MUSL_TARGET) -f Dockerfile.$@ -t $@-$(MUSL_TARGET) .
44
GRABBY_HANDS = docker run --rm --mount type=bind,source=$(shell pwd)/output/$(MUSL_TARGET),target=/grabby $@-$(MUSL_TARGET) install -g $(shell id -g) -o $(shell id -u)
55

6-
all: busybox-1.33.1 curl-7.79.1 expat-2.4.1 gettext-0.21 git-2.33.0 loggedfs-0.9 nmap-7.90 openssl-1.1.1k socat-1.7.4.1 tcpdump-4.99.1
6+
all: busybox-1.33.1 curl-7.79.1 git-2.33.0 loggedfs-0.9 nmap-7.90 openssl-1.1.1k socat-1.7.4.1 tcpdump-4.99.1
77

88
check:
99
@echo "These binaries are not built properly:"

‎README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ You can build individual binaries by specifying the recipe name as an argument t
1616

1717
* `busybox-1.33.1`
1818
* `curl-7.79.1`
19-
* `expat-2.4.1`
20-
* `gettext-0.21`
2119
* `git-2.33.0` (git binary needs to be renamed to `git` to work)
2220
* `loggedfs-0.9`
2321
* `nmap-7.90`

‎.build.yml renamed to ‎build.yml

File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /