Skip to content

Commit d1cf49a

Browse files
committed
Removed the oxen-logging patch
1 parent 302f510 commit d1cf49a

File tree

4 files changed

+0
-29
lines changed

4 files changed

+0
-29
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ jobs:
4444
uses: microsoft/[email protected]
4545
if: runner.os == 'Windows'
4646

47-
# Note: we will be able to get rid of this once the whole tree of submodules has the latest version of oxen-logging
48-
# We'd need oxen-libquic to be updated to have the commit `bc7167f90e71643b43c2ea9cf7d1fefa5045f8d4`, but we don't want to
49-
# update libquic that late.
50-
# We will soon, though :tm:
51-
- name: Apply patches
52-
if: runner.os == 'Windows'
53-
shell: bash
54-
run: |
55-
yarn naughty-patch
56-
5747
- name: generate fake src/version.h so we can try to build
5848
shell: bash
5949
run: yarn update_version

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"update_version": "sh update_version.sh",
1313
"clean": "rimraf .cache build",
1414
"install": "cmake-js compile --runtime=electron --runtime-version=34.2.0 --CDSUBMODULE_CHECK=OFF --CDLOCAL_MIRROR=https://oxen.rocks/deps --CDENABLE_ONIONREQ=OFF --CDWITH_TESTS=OFF",
15-
"naughty-patch": "git apply patches/oxen-libquic.patch",
1615
"prepare_release": "sh prepare_release.sh"
1716
},
1817
"devDependencies": {

patches/oxen-libquic.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

prepare_release.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ rm -f ./libsession_util_nodejs*.tar.gz
1313
python -m venv .venv
1414
. .venv/bin/activate
1515
pip install git-archive-all
16-
# see .github/workflows/test.yml for more info
17-
yarn naughty-patch || true
1816
PACKAGE_VERSION=$(node -p "require('./package.json').version")
1917
yarn update_version
2018
echo "PACKAGE_VERSION: $PACKAGE_VERSION"

0 commit comments

Comments
 (0)