Skip to content

Commit

Permalink
Burn in hell
Browse files Browse the repository at this point in the history
  • Loading branch information
Siguza committed Jan 17, 2021
1 parent d529d12 commit e443995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LD64_VERSION := 530
CCTOOLS_VERSION := 949.0.1
PATCH_VERSION := -1
PATCH_VERSION := -2
PWD := $(shell pwd)

.PHONY: all deb clean
Expand Down Expand Up @@ -47,7 +47,7 @@ deb/ld64/DEBIAN/control: | deb/ld64/DEBIAN
echo 'Version: $(LD64_VERSION)$(PATCH_VERSION)'; \
echo 'Priority: optional'; \
echo 'Section: utils'; \
echo 'Depends: libc6 (>= 2.23), libgcc1 (>= 3.0), libuuid1 (>= 1.0), libstdc++6 (>= 3.4.26)'; \
echo 'Depends: libc6 (>= 2.29), libgcc1 (>= 3.0), libuuid1 (>= 1.0), libstdc++6 (>= 3.4.26)'; \
echo 'Description: Apple ld64'; \
) > $@

Expand All @@ -64,7 +64,7 @@ deb/cctools-strip/DEBIAN/control: | deb/cctools-strip/DEBIAN
echo 'Version: $(CCTOOLS_VERSION)$(PATCH_VERSION)'; \
echo 'Priority: optional'; \
echo 'Section: utils'; \
echo 'Depends: libc6 (>= 2.23), libgcc1 (>= 3.0)'; \
echo 'Depends: libc6 (>= 2.29), libgcc1 (>= 3.0)'; \
echo 'Description: Apple cctools strip'; \
) > $@

Expand Down

0 comments on commit e443995

Please sign in to comment.