From 6d75d1322e49cd31fe7f147f2536a805ed66e661 Mon Sep 17 00:00:00 2001 From: fumiama Date: Wed, 27 Apr 2022 19:28:04 +0800 Subject: [PATCH] adapt to debian --- .github/workflows/release.yml | 41 ----------------------------------- debian/changelog | 2 +- 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 2647e68..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: release -on: - push: - tags: - - v* - -env: - GITHUB_TOKEN: ${{ github.token }} - -jobs: - my-job: - name: Build on Push Tag 🚀 - runs-on: ubuntu-latest - steps: - - - name: Check out code - uses: actions/checkout@v2 - - - name: Set up Build tools - run: | - sudo apt-get update - sudo apt-get install -y gcc - wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-1.0.zip - unzip cosmopolitan-amalgamation-1.0.zip - - - name: Build Cosmopolitan - run: | - gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \ - -fno-omit-frame-pointer -pg -mnop-mcount -D__cosmopolitan \ - -o base16384.com.dbg base16384.c base1432.c -fuse-ld=bfd -Wl,-T,ape.lds \ - -include cosmopolitan.h crt.o ape.o cosmopolitan.a - objcopy -S -O binary base16384.com.dbg base16384.com - - - name: Upload binaries to release - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: base16384.com - tag: ${{ github.ref }} - overwrite: true - file_glob: true \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 6d35728..80934be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -base16384 (2.2.0-1) unstable; urgency=medium +base16384 (2.2.0-3) unstable; urgency=medium * Fix some issues in packaging. Closes: #1010055 (ITP).