Skip to content

Commit

Permalink
Merge branch 'v2' into lightningcss
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic authored Jan 7, 2024
2 parents 22f6be8 + e92fe64 commit 05c0f85
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
with:
step: finish
token: ${{ secrets.GITHUB_TOKEN }}
env: ${{ steps.deployment.outputs.env }}
env: Preview
override: false
status: ${{ job.status }}
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
container:
image: docker.io/mischnic/centos7-node16
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Install yarn
run: npm install --global yarn@1
- name: Install Rust
Expand Down Expand Up @@ -119,9 +119,11 @@ jobs:
- target: x86_64-unknown-linux-musl
strip: strip
cflags: -msse4.2
arch: x86_64
- target: aarch64-unknown-linux-musl
strip: aarch64-linux-musl-strip
cflags: ''
arch: aarch64
name: ${{ matrix.target }}
runs-on: ubuntu-20.04
container:
Expand Down Expand Up @@ -149,7 +151,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: bindings-linux-musl
name: bindings-linux-musl-${{ matrix.arch }}
path: packages/*/*/*.node
- name: debug
run: ls -l packages/*/*/*.node
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
container:
image: docker.io/mischnic/centos7-node16
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Install yarn
run: npm install --global yarn@1
- name: Install Rust
Expand Down Expand Up @@ -119,9 +119,11 @@ jobs:
- target: x86_64-unknown-linux-musl
strip: strip
cflags: -msse4.2
arch: x86_64
- target: aarch64-unknown-linux-musl
strip: aarch64-linux-musl-strip
cflags: ''
arch: aarch64
name: ${{ matrix.target }}
runs-on: ubuntu-20.04
container:
Expand Down Expand Up @@ -149,7 +151,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: bindings-linux-musl
name: bindings-linux-musl-${{ matrix.arch }}
path: packages/*/*/*.node
- name: debug
run: ls -l packages/*/*/*.node
Expand Down
1 change: 1 addition & 0 deletions packages/core/package-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@parcel/core": "^2.11.0"
},
"browser": {
"./src/NodePackageManager.js": false,
"./src/Npm.js": false,
"./src/Pnpm.js": false,
"./src/Yarn.js": false
Expand Down

0 comments on commit 05c0f85

Please sign in to comment.